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…
Reference in New Issue