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 f89c595 commit 854e1baCopy full SHA for 854e1ba
_sass/layout.scss
@@ -84,10 +84,10 @@ header {
84
}
85
86
.scroll {
87
- white-space: nowrap; /* [1] */
88
- overflow-x: auto; /* [2] */
89
- -webkit-overflow-scrolling: touch; /* [3] */
90
- -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */
+ white-space: nowrap;
+ overflow-x: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
91
92
93
.scroll::-webkit-scrollbar {
0 commit comments