Skip to content

Commit fa7e832

Browse files
committed
fix: styles
1 parent af17216 commit fa7e832

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/containers/App/App.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,11 @@ body,
2424
#root {
2525
--g-scrollbar-width: 8px;
2626
overflow: auto;
27-
-webkit-overflow-scrolling: touch;
2827

2928
box-sizing: border-box;
3029
height: 100%;
3130
margin: 0;
3231
padding: 0;
33-
34-
@include mixins.scrollbar();
35-
::-webkit-scrollbar-corner,
36-
::-webkit-scrollbar-thumb {
37-
border-radius: 8px;
38-
}
3932
}
4033

4134
:root {
@@ -64,6 +57,7 @@ body,
6457
--ydb-color-status-black: var(--g-color-base-misc-heavy);
6558

6659
--g-popover-max-width: 500px;
60+
6761
-webkit-overflow-scrolling: touch;
6862
@include mixins.scrollbar();
6963
::-webkit-scrollbar-corner,

0 commit comments

Comments
 (0)