mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Fix flex-box scrolling for different browsers
This commit is contained in:
parent
168fcfec36
commit
680467a1aa
@ -7,6 +7,7 @@ html {
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#layout {
|
||||
|
@ -104,6 +104,11 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#main {
|
||||
flex: 1 1 auto;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
ul > .selected > a:after,
|
||||
ul > .nav-item.active:after {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user