diff --git a/web/src/styles/global-style.ts b/web/src/styles/global-style.ts index 00c68c066..4b3f06901 100644 --- a/web/src/styles/global-style.ts +++ b/web/src/styles/global-style.ts @@ -124,7 +124,12 @@ export const GlobalStyle = createGlobalStyle` //hide-default-google-translate .skiptranslate{ - display: none; + display: none !important ; + visibility: hidden !important; }; +font{ + background-color: transparent !important; + box-shadow: none !important ; +} `;