mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 20:46:50 +00:00
docs - fix layout shift when expanding TOC
This commit is contained in:
parent
23a6208537
commit
638ceb73b7
1 changed files with 6 additions and 1 deletions
|
|
@ -79,3 +79,8 @@ tbody tr:hover {
|
|||
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…
Reference in a new issue