bkjxxxw/WebContent/static/ace/assets/css/less/sidebar/ff_fix.less

17 lines
362 B
Plaintext
Raw Normal View History

2024-03-18 10:04:33 +08:00
//FF_fix
/**
@media only screen and (min--moz-device-pixel-ratio:0) {
.navbar.navbar-fixed-top {
border-radius: 0.05em;
& , > .navbar-container , .ace-nav > li .dropdown-menu {
-moz-backface-visibility: hidden;
}
// ".ace-nav > li .dropdown-menu" becomes fuzzy if it has scrollbars
}
.sidebar.sidebar-fixed {
-moz-backface-visibility: hidden;
}
}
*/