Fix bottom toolbar disappearing on UI > 100

This commit is contained in:
Matthias Metelka 2023-01-16 08:28:56 +01:00
parent ccd42b9bd3
commit b42e95463d

View file

@ -11,6 +11,9 @@
grid-template-columns: repeat(3, 1fr);
align-items: start;
align-content: space-between;
body:not(.fancy) & {
border-bottom: 1px solid var(--border-subtle);
}
}
.left-tray {
@ -107,9 +110,6 @@ body {
}
}
}
&:not(.fancy) {
border-bottom: 1px solid var(--border-subtle);
}
}
* {