Changes thumbs and outline panels positioning to absolute
This commit is contained in:
parent
5901f1e832
commit
a9026f0a6c
@ -767,9 +767,9 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#thumbnailView {
|
#thumbnailView {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
top: 33px;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: 10px 40px 0;
|
padding: 10px 40px 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -832,9 +832,9 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#outlineView {
|
#outlineView {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
width: 192px;
|
width: 192px;
|
||||||
top: 33px;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: 4px 4px 0;
|
padding: 4px 4px 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user