File tree Expand file tree Collapse file tree
infrastructure/eid-wallet/src/routes Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments