Make waypoint list scrollable

This commit is contained in:
tobspr 2020-09-13 09:31:41 +02:00
parent 10507b735a
commit d4b6a2b34e
1 changed files with 107 additions and 95 deletions

View File

@ -34,6 +34,18 @@
flex-direction: column;
@include DarkThemeInvert();
max-height: 50vh;
overflow-x: hidden;
overflow-y: auto;
pointer-events: all;
@include S(padding-right, 5px);
// Scrollbar
&::-webkit-scrollbar {
@include S(width, 2px);
@include S(height, 6px);
}
.waypoint {
@include SuperSmallText;
pointer-events: all;