We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ade08 commit 916d8e1Copy full SHA for 916d8e1
web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/layout/body.scss
@@ -1,9 +1,10 @@
1
body {
2
- -ms-overflow-style: none;
3
- scrollbar-width: none;
4
- overflow-y: scroll;
5
-
6
- &::-webkit-scrollbar {
7
- display: none;
8
- }
+ // The design calls for no (i.e. hidden) scrollbar, but the customer doesn't want that.
+ // -ms-overflow-style: none;
+ // scrollbar-width: none;
+ // overflow-y: scroll;
+ //
+ // &::-webkit-scrollbar {
+ // display: none;
9
+ // }
10
}
0 commit comments