Fix submenu position in css
This commit is contained in:
parent
b47ae9197f
commit
2b6370daa4
1 changed files with 9 additions and 7 deletions
|
@ -73,6 +73,15 @@
|
||||||
width: 20px;
|
width: 20px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media not screen and (max-width: 430px) {
|
||||||
|
&.top {
|
||||||
|
bottom: 100%;
|
||||||
|
}
|
||||||
|
&.left {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Menu, .SubMenuOption .SubMenu {
|
.Menu, .SubMenuOption .SubMenu {
|
||||||
|
@ -123,13 +132,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media not screen and (max-width: 430px) {
|
@media not screen and (max-width: 430px) {
|
||||||
&.top {
|
|
||||||
bottom: 100%;
|
|
||||||
}
|
|
||||||
&.left {
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hideOnWidescreen {
|
.hideOnWidescreen {
|
||||||
/* Hide controls (e.g. close button) on larger screens */
|
/* Hide controls (e.g. close button) on larger screens */
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in a new issue