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:
parent
119e6603c1
commit
c311354e5a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ input:checked {
|
|||
}
|
||||
|
||||
~ .tab-content {
|
||||
max-height: 100vh;
|
||||
max-height: 100%;
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue