diff options
author | John McLear <john@mclear.co.uk> | 2011-07-19 16:36:45 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-19 20:03:28 +0100 |
commit | 9407d3340710bd40aea326e0b83fee59007f4945 (patch) | |
tree | 8517a60bad3bfcbb85a0d64cf952cdf6554fbf8d /static/css/timeslider.css | |
parent | 72a7550126d50abeb8bca58de86e33c7e89805b6 (diff) | |
download | etherpad-lite-9407d3340710bd40aea326e0b83fee59007f4945.zip |
Fix timeslider overlap issue
Diffstat (limited to 'static/css/timeslider.css')
-rw-r--r-- | static/css/timeslider.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/timeslider.css b/static/css/timeslider.css index be5390cb..1c6d73c9 100644 --- a/static/css/timeslider.css +++ b/static/css/timeslider.css @@ -1,5 +1,6 @@ #editorcontainerbox { overflow: auto; + top:40px; } #padcontent { |