mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46: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;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div:has(> .overflow) {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
ul.overflow,
|
ul.overflow,
|
||||||
ol.overflow {
|
ol.overflow {
|
||||||
max-height: 400;
|
max-height: 400;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: relative;
|
|
||||||
|
|
||||||
// clearfix
|
// clearfix
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in a new issue