diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-10-21 18:42:16 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-10-21 18:42:16 +1300 |
commit | 329941595ebab576788bc5646389bd27ae6f614d (patch) | |
tree | e9391f4e46d7a9e85ed4751dc7670fc9cbdf7b53 | |
parent | 1505033b1ddcc6ccfe6b82e783e776eea9fcbf80 (diff) | |
download | etbsa-traccar-web-329941595ebab576788bc5646389bd27ae6f614d.tar.gz etbsa-traccar-web-329941595ebab576788bc5646389bd27ae6f614d.tar.bz2 etbsa-traccar-web-329941595ebab576788bc5646389bd27ae6f614d.zip |
Workaround for Safari issue
-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 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; |