1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 01:19:08 +00:00

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 {
max-height: 100vh;
max-height: 100%;
padding: 1em;
}
}