Merge pull request #2679 from ONLYOFFICE/fix/bugfix

[Win Xp] Fix Bug 64942
This commit is contained in:
Julia Radzhabova
2023-11-01 23:08:08 +03:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@ -210,7 +210,8 @@
border-radius: 3px;
overflow: hidden;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
.ie & {
.ie &,
.winxp & {
overflow: visible;
}
}

View File

@ -114,7 +114,8 @@
border-radius: 3px;
overflow: hidden;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
.ie & {
.ie &,
.winxp & {
overflow: visible;
}
}

View File

@ -99,7 +99,8 @@
&.has-open-menu {
z-index: @zindex-navbar + 1;
}
.ie & {
.ie &,
.winxp & {
overflow: visible;
}
}