fix(settings): stabilize timezone edit UX and tooltip visibility (#535)

This commit is contained in:
Daniel Volz
2026-04-10 22:31:22 +02:00
committed by GitHub
parent 401228699f
commit 95aec8350a
5 changed files with 82 additions and 15 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ body.modal-open {
grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
margin-bottom: 1rem;
max-width: 100%;
overflow: hidden;
overflow: visible;
}
.card {