mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
style: Fix the history container z-index
Fix the side-view container so that it is rendered above the lane headers
This commit is contained in:
parent
9be297edbf
commit
2107e0e7a5
@ -231,7 +231,7 @@
|
||||
|
||||
<style lang="postcss">
|
||||
.sideview-container {
|
||||
z-index: var(--z-floating);
|
||||
z-index: var(--z-modal);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user