fix non-round panel headers

This commit is contained in:
Henry Jameson 2024-03-25 17:02:36 +02:00
parent e51278cdf1
commit 1050fed558
1 changed files with 1 additions and 2 deletions

View File

@ -154,8 +154,7 @@
&::after {
background-color: var(--background);
z-index: -2;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-radius: var(--roundness) var(--roundness) 0 0;
box-shadow: var(--shadow);
}