Skip to content

Commit 717420c

Browse files
committed
more real profile
1 parent 9b51528 commit 717420c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

haxe/ui/_module/styles/default/scrollview.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
border: none;
3434
}
3535

36+
.scrollview.no-border .vertical-scroll {
37+
border: none;
38+
}
39+
40+
.scrollview.no-border .horizontal-scroll {
41+
border: none;
42+
}
43+
3644
.scrollview:active {
3745
border: 1px solid $accent-color;
3846
}

0 commit comments

Comments
 (0)