diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app.css b/web/app.css index cb9d2bc2..0bf0c6df 100644 --- a/web/app.css +++ b/web/app.css @@ -16,6 +16,10 @@ body.x-border-layout-ct, div.x-border-layout-ct { background-color: #bbbbbb !important; } +.x-fieldset { + overflow: visible !important; /* workaround for Safari issue */ +} + #attribution { position: absolute; bottom: 10px; |