Fix content being cut off

This commit is contained in:
Luke 2020-07-31 15:37:19 +02:00
parent 119e6603c1
commit c311354e5a

View file

@ -314,7 +314,7 @@ input:checked {
} }
~ .tab-content { ~ .tab-content {
max-height: 100vh; max-height: 100%;
padding: 1em; padding: 1em;
} }
} }