mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04:00
docs - fix layout shift when expanding TOC
This commit is contained in:
parent
23a6208537
commit
638ceb73b7
@ -79,3 +79,8 @@ tbody tr:hover {
|
|||||||
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