mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix ordering of PDF preview layers (#13132)
GitOrigin-RevId: 1f9429f7e760035377990b12ce9ef8c39b3d0534
This commit is contained in:
parent
bc7e2d0903
commit
5c78718729
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
top: @pdf-top-offset;
|
top: @pdf-top-offset;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: @logs-pane-bg;
|
background-color: @logs-pane-bg;
|
||||||
|
z-index: 11; // above the PDF viewer + controls
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-pane-content {
|
.logs-pane-content {
|
||||||
|
|
|
@ -213,7 +213,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
z-index: 2;
|
z-index: 10; // above the PDF viewer
|
||||||
.btn-group {
|
.btn-group {
|
||||||
transition: opacity 0.5s ease, visibility 0 linear 0.5s;
|
transition: opacity 0.5s ease, visibility 0 linear 0.5s;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
Loading…
Reference in a new issue