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:
estib 2024-10-23 09:41:00 +02:00
parent 9be297edbf
commit 2107e0e7a5

View File

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