Fix drag handle z-index relative to NavSidebar
This commit is contained in:
parent
313a26f05f
commit
0b629c9f70
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
.NavSidebar {
|
||||
position: relative;
|
||||
z-index: $z-index-base;
|
||||
// Note: Intentionally no z-index here so drag handle is above other content
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -139,6 +139,7 @@
|
|||
|
||||
.NavSidebar__DragHandle {
|
||||
position: absolute;
|
||||
z-index: $z-index-above-above-base;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
inset-inline-start: 100%;
|
||||
|
|
Loading…
Reference in a new issue