mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Make waypoint list scrollable
This commit is contained in:
parent
10507b735a
commit
d4b6a2b34e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user