Skip to content

Commit 916d8e1

Browse files
committed
LOOP-1236: Unhid scrollbar
1 parent b6ade08 commit 916d8e1

File tree

1 file changed

+8
-7
lines changed
  • web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/layout

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
body {
2-
-ms-overflow-style: none;
3-
scrollbar-width: none;
4-
overflow-y: scroll;
5-
6-
&::-webkit-scrollbar {
7-
display: none;
8-
}
2+
// The design calls for no (i.e. hidden) scrollbar, but the customer doesn't want that.
3+
// -ms-overflow-style: none;
4+
// scrollbar-width: none;
5+
// overflow-y: scroll;
6+
//
7+
// &::-webkit-scrollbar {
8+
// display: none;
9+
// }
910
}

0 commit comments

Comments
 (0)