fix: overflow fade for good (closes #1218)
This commit is contained in:
parent
0a3be96dd6
commit
541b470cfc
@ -481,11 +481,14 @@ video {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
div:has(> .overflow) {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.overflow,
|
||||
ol.overflow {
|
||||
max-height: 400;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
|
||||
// clearfix
|
||||
content: "";
|
||||
|
Loading…
Reference in New Issue
Block a user