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

Fix overflow

This commit is contained in:
Luke 2020-07-30 16:11:13 +02:00
parent 465e5f7c59
commit fbf5d1c00c

View file

@ -244,7 +244,7 @@ a.link {
.tabs {
border-radius: 8px;
overflow: hidden;
overflow: visible;
}
.tab {