Skip to content

Commit 8097295

Browse files
authored
Merge pull request #284 from Nuzhy-Deriv/nuzhy/enable-scroll-bar
Nuzhy/GRWT-6792/enable the scrollbar
2 parents 31e613e + 4120d72 commit 8097295

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/global-head-styles/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
overflow: hidden;
44
}
55
/* removing scroll bar(vertical) */
6-
::-webkit-scrollbar {
6+
/* ::-webkit-scrollbar {
77
display: none;
8-
}
8+
} */
99

1010
@media (min-width: 992px) and (max-width: 1200px) {
1111
.new-navbar_menu-left-desctop {
@@ -44,7 +44,7 @@
4444
}
4545

4646
* {
47-
scrollbar-width: none;
47+
scrollbar-width: auto;
4848
-webkit-font-smoothing: antialiased;
4949
-moz-osx-font-smoothing: grayscale;
5050
-o-font-smoothing: antialiased;

0 commit comments

Comments
 (0)