Bugfix for vertical scrollbar appearing
This commit is contained in:
parent
9a8c6feb41
commit
f81cc2f13e
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ html { /* not :root, so we can override these colors in the :root field if neede
|
||||||
.t-studyplan-scrollable,
|
.t-studyplan-scrollable,
|
||||||
.r-studyplan-scrollable {
|
.r-studyplan-scrollable {
|
||||||
overflow-x: scroll;
|
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-color: var(--primary) color-mix(in srgb, var(--primary) 20%, white);
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
@ -675,7 +675,7 @@ a.t-item-course-config {
|
||||||
|
|
||||||
.t-studyline-drag:last-child,
|
.t-studyline-drag:last-child,
|
||||||
.t-studyline-heading.last,
|
.t-studyline-heading.last,
|
||||||
.t-studyline-slot.last,
|
.t-studyline-slot.last.newlyr,
|
||||||
.r-studyline-heading.last,
|
.r-studyline-heading.last,
|
||||||
.r-studyline-slot.last {
|
.r-studyline-slot.last {
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
|
|
Loading…
Reference in a new issue