mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 05:51:53 -04:00
docs - fix layout shift when expanding TOC
This commit is contained in:
parent
23a6208537
commit
638ceb73b7
@ -78,4 +78,9 @@ tbody tr:hover {
|
|||||||
.container:has(#left-sidebar) {
|
.container:has(#left-sidebar) {
|
||||||
grid-template-columns: 310px minmax(0, 1fr);
|
grid-template-columns: 310px minmax(0, 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Always enable scrollbar in left TOC to prevent layout shifts when expanding */
|
||||||
|
#left-sidebar {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user