mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Fix top of editorcontainer so that it isn't behind timeslider
This commit is contained in:
parent
14b2af44a1
commit
541f0e5517
1 changed files with 3 additions and 2 deletions
|
@ -108,8 +108,8 @@
|
|||
}
|
||||
#editorcontainerbox {
|
||||
overflow: auto;
|
||||
top: 40px;
|
||||
position: static;
|
||||
top: 120px;
|
||||
position: absolute;
|
||||
}
|
||||
#padcontent {
|
||||
font-size: 12px;
|
||||
|
@ -225,6 +225,7 @@
|
|||
overflow: hidden;
|
||||
padding-top: 3px;
|
||||
width: 100%;
|
||||
border-bottom: thin solid #cccccc;
|
||||
}
|
||||
.timeslider-bar #editbar {
|
||||
border-bottom: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue