Fix misplaced timeline menu/filter popover layer

This commit is contained in:
itepechi 2023-10-23 04:14:15 +09:00
parent 99feef1027
commit 2677c6f846
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@
color: var(--panelText);
background-color: $fallback--bg;
background-color: var(--bg, $fallback--bg);
// hotfix for misplaced timeline menu/filter popover layer
z-index: 5;
&::after {
background-color: $fallback--fg;