fix: add min-width to ToC drawer

This commit is contained in:
alistair3149 2021-03-07 19:17:05 -05:00 committed by GitHub
parent 3eff70230e
commit ee7503fb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )';