Skip to content

Commit 854e1ba

Browse files
committed
Removed some comments
1 parent f89c595 commit 854e1ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_sass/layout.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ header {
8484
}
8585

8686
.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] */
87+
white-space: nowrap;
88+
overflow-x: auto;
89+
-webkit-overflow-scrolling: touch;
90+
-ms-overflow-style: -ms-autohiding-scrollbar;
9191
}
9292

9393
.scroll::-webkit-scrollbar {

0 commit comments

Comments
 (0)