diff options
author | John McLear <john@mclear.co.uk> | 2014-11-12 15:18:25 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-12 15:18:25 +0000 |
commit | 07d29a5d7a45d32fa9ea25991880729f8ff6a715 (patch) | |
tree | 07dae1b951504621773431de9dc9d1060c5a621d /src/static/css/timeslider.css | |
parent | f0423349b5f07d75dde593129583d0d914b8194d (diff) | |
parent | 0d95c8d1ec51b5bbb3e1f6c3ae8f36e087298f18 (diff) | |
download | etherpad-lite-07d29a5d7a45d32fa9ea25991880729f8ff6a715.zip |
Merge pull request #2219 from Gared/fix_css
Fix position of import/export popup in timeslider
Diffstat (limited to 'src/static/css/timeslider.css')
-rw-r--r-- | src/static/css/timeslider.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index f478c895..6608df3e 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -173,6 +173,7 @@ #import_export { top: 115px; width: 185px; + position: fixed; } .timeslider-bar { background: #f7f7f7; |