aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app.css b/web/app.css
index cb9d2bc..0bf0c6d 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;