From 329941595ebab576788bc5646389bd27ae6f614d Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 21 Oct 2017 18:42:16 +1300 Subject: Workaround for Safari issue --- web/app.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web') 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; -- cgit v1.2.3