mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
Fix position of import/export popup in timeslider
This commit is contained in:
parent
e34a4ea4ee
commit
287a7805c9
1 changed files with 2 additions and 1 deletions
|
@ -168,8 +168,9 @@
|
||||||
width: 185px
|
width: 185px
|
||||||
}
|
}
|
||||||
#importexport {
|
#importexport {
|
||||||
top: 118px;
|
top: 100px;
|
||||||
width: 185px;
|
width: 185px;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
.timeslider-bar {
|
.timeslider-bar {
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue