fix: 🐛 history pane zindex

This commit is contained in:
林熠 2020-05-05 19:19:34 +08:00
parent 434eada7de
commit 48f3be1326

View File

@ -331,6 +331,7 @@ body {
flex: 1;
display: flex;
flex-direction: column;
z-index: 10;
.lc-toolbar {
height: var(--toolbar-height);
background-color: var(--color-pane-background);