Fix position of import/export popup in timeslider
parent
e34a4ea4ee
commit
287a7805c9
|
@ -168,8 +168,9 @@
|
|||
width: 185px
|
||||
}
|
||||
#importexport {
|
||||
top: 118px;
|
||||
top: 100px;
|
||||
width: 185px;
|
||||
position: fixed;
|
||||
}
|
||||
.timeslider-bar {
|
||||
background: #f7f7f7;
|
||||
|
|
Loading…
Reference in New Issue