mirror of
https://github.com/safing/web
synced 2025-04-21 19:39:08 +00:00
Fix overflow
This commit is contained in:
parent
465e5f7c59
commit
fbf5d1c00c
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ a.link {
|
|||
|
||||
.tabs {
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
|
||||
}
|
||||
.tab {
|
||||
|
|
Loading…
Add table
Reference in a new issue