Skip to content

Commit bd73cc5

Browse files
Update infrastructure/eid-wallet/src/routes/+layout.svelte
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d3276cb commit bd73cc5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

infrastructure/eid-wallet/src/routes/+layout.svelte

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ onNavigate((navigation) => {
109109
--safe-top: env(safe-area-inset-top);
110110
}
111111
112-
body, * {
113-
-webkit-overflow-scrolling: touch; /* keeps momentum scrolling on iOS */
114-
scrollbar-width: none; /* Firefox */
115-
-ms-overflow-style: none; /* IE 10+ */
116-
}
117-
118-
/* Hide scrollbar for WebKit (Chrome, Safari) */
119-
body::-webkit-scrollbar,
120-
*::-webkit-scrollbar {
121-
display: none;
122-
}
112+
:global(body), * {
113+
-webkit-overflow-scrolling: touch; /* keeps momentum scrolling on iOS */
114+
scrollbar-width: none; /* Firefox */
115+
-ms-overflow-style: none; /* IE 10+ */
116+
}
117+
118+
/* Hide scrollbar for WebKit (Chrome, Safari) */
119+
:global(body::-webkit-scrollbar),
120+
*::-webkit-scrollbar {
121+
display: none;
122+
}
123123
</style>

0 commit comments

Comments
 (0)