File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
infrastructure/eid-wallet/src/routes Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ onNavigate((navigation) => {
109
109
--safe-top : env(safe-area-inset-top);
110
110
}
111
111
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
+ }
123
123
</style >
You can’t perform that action at this time.
0 commit comments