Skip to content

Commit

Permalink
fix: fixes a scrollbar issue with select and our header component
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Jan 24, 2024
1 parent 12cf193 commit af8f229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/theme/src/stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,16 @@ export const globalStyles = globalCss({
},
},
html: {
overflowX: "hidden",
// SRED-649 - Remove this style cause it conflicts with Select open state - keeping this comment for all time :D
"-webkit-font-smoothing": "antialiased",
textRendering: "optimizeLegibility",
textSizeAdjust: "100%",
},
body: {
margin: 0,
fontFamily: "$meta",
// SRED-649 - Add this style cause it solves a Select open state and scrollbar issue
overflowX: "hidden",
},
"@font-face": [
{
Expand Down

0 comments on commit af8f229

Please sign in to comment.