mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
fix: add min-width to ToC drawer
This commit is contained in:
parent
3eff70230e
commit
ee7503fb41
|
@ -174,6 +174,7 @@
|
||||||
|
|
||||||
> ul {
|
> ul {
|
||||||
display: block !important; // So that animation is visible
|
display: block !important; // So that animation is visible
|
||||||
|
min-width: 200px; // To prevent heading overflow
|
||||||
max-width: none;
|
max-width: none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: ~'calc( 100vh - var( --height-header ) - 24px - 0.6rem - 20px )';
|
max-height: ~'calc( 100vh - var( --height-header ) - 24px - 0.6rem - 20px )';
|
||||||
|
|
Loading…
Reference in a new issue