diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-07 18:32:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-07 18:32:20 +0100 |
commit | 68d667821c317ecaeb62e33c8911e5b9990ff2ce (patch) | |
tree | b99238def47d80f5715c74085c2fa363a8b383e7 | |
parent | ebd92b657b63755ed535c45de26e9b5c0a1c2cbe (diff) |
infoscreen: Fix destination overflow1.01
-rw-r--r-- | public/infoscreen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/infoscreen.css b/public/infoscreen.css index e7cdac8..617413c 100644 --- a/public/infoscreen.css +++ b/public/infoscreen.css @@ -83,6 +83,7 @@ div.displayclean li .dest { position:absolute; top:0.65em; left:2.5em; + bottom:-0.1em; width: 70%; z-index: 1; overflow: hidden; |