fix: mobile white submenu
This commit is contained in:
@ -116,10 +116,12 @@ nav#main__menu {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* For the icon and the small sub-sub-menu*/
|
||||
&:not(:hover) .menu-options,
|
||||
&:not(:hover) .menu-admin {
|
||||
display: none;
|
||||
@media (min-width: 768.01px) {
|
||||
|
||||
&:not(:hover) .menu-options,
|
||||
&:not(:hover) .menu-admin {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-options {
|
||||
@ -140,6 +142,9 @@ nav#main__menu {
|
||||
height: 9vh;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
height: calc(100% - 50px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user