From f81cc2f13effacf2d718e84350b9572d3634ef06 Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Mon, 7 Aug 2023 23:08:22 +0200 Subject: [PATCH] Bugfix for vertical scrollbar appearing --- css/devstyles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/devstyles.css b/css/devstyles.css index bcdd43f..20250cd 100644 --- a/css/devstyles.css +++ b/css/devstyles.css @@ -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;