mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +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 {
|
.tabs {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
|
|
||||||
}
|
}
|
||||||
.tab {
|
.tab {
|
||||||
|
|
Loading…
Add table
Reference in a new issue