Bugfix for vertical scrollbar appearing
This commit is contained in:
parent
9a8c6feb41
commit
f81cc2f13e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user