diff --git a/ui/theme/src/stitches.config.ts b/ui/theme/src/stitches.config.ts index d0227f8db..d904bba52 100644 --- a/ui/theme/src/stitches.config.ts +++ b/ui/theme/src/stitches.config.ts @@ -155,7 +155,7 @@ 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%", @@ -163,6 +163,8 @@ export const globalStyles = globalCss({ body: { margin: 0, fontFamily: "$meta", + // SRED-649 - Add this style cause it solves a Select open state and scrollbar issue + overflowX: "hidden", }, "@font-face": [ {