mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -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) {
|
||||
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