Skip to content

Commit b8933ac

Browse files
fix(web): hide-google-translate-tooltip
1 parent e023c06 commit b8933ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web/src/styles/global-style.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,12 @@ export const GlobalStyle = createGlobalStyle`
124124
125125
//hide-default-google-translate
126126
.skiptranslate{
127-
display: none;
127+
display: none !important ;
128+
visibility: hidden !important;
128129
};
129130
131+
font{
132+
background-color: transparent !important;
133+
box-shadow: none !important ;
134+
}
130135
`;

0 commit comments

Comments
 (0)