Bugfix for vertical scrollbar appearing

This commit is contained in:
PMKuipers 2023-08-07 23:08:22 +02:00
parent 9a8c6feb41
commit f81cc2f13e

View File

@ -44,7 +44,7 @@ html { /* not :root, so we can override these colors in the :root field if neede
.t-studyplan-scrollable,
.r-studyplan-scrollable {
overflow-x: scroll;
overflow-y: clip; /* to ensure the x scrollbar does not cause an y scrollbar to appear */
scrollbar-color: var(--primary) color-mix(in srgb, var(--primary) 20%, white);
scrollbar-width: thin;
}
@ -675,7 +675,7 @@ a.t-item-course-config {
.t-studyline-drag:last-child,
.t-studyline-heading.last,
.t-studyline-slot.last,
.t-studyline-slot.last.newlyr,
.r-studyline-heading.last,
.r-studyline-slot.last {
border-bottom-style: solid;