Skip to content

Commit

Permalink
💄 style: Display mobile tooltip correctly (lobehub#151)
Browse files Browse the repository at this point in the history
* Update antdOverride.ts

* Update antdOverride.ts
  • Loading branch information
sxjeru authored May 27, 2024
1 parent 1f67484 commit fa72237
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ThemeProvider/GlobalStyle/antdOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,4 @@ export default (token: Theme) => css`
border-radius: ${token.borderRadius}px !important;
box-shadow: ${token.boxShadowSecondary};
}
@media (max-width: 575px) {
.${token.prefixCls}-tooltip {
display: none !important;
}
}
`;

0 comments on commit fa72237

Please sign in to comment.