mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: overflow fade for good (closes #1218)
This commit is contained in:
parent
0a3be96dd6
commit
541b470cfc
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue