[Win Xp] Fix Bug 64942

This commit is contained in:
Julia Radzhabova
2023-11-01 22:56:41 +03:00
parent edabaa21a2
commit cdeb59d0eb
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;
}
}