Fix top of editorcontainer so that it isn't behind timeslider

This commit is contained in:
s1341 2013-12-16 15:45:36 +02:00
parent 14b2af44a1
commit 541f0e5517

View file

@ -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;