Browse Source

fix(style): remove scrollbar-gutter property (#79215)

The
[`scrollbar-gutter`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter#stable)
property added in #77665 is causing some layout issues. It also should
have been feature flagged, but was incorrectly added to the global
layout styles.

Thanks for flagging @scttcper!


![image](https://github.com/user-attachments/assets/6fcc1224-f664-4623-8e69-f266c0caef30)
Nate Moore 4 months ago
parent
commit
aabab252a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      static/less/base.less

+ 0 - 1
static/less/base.less

@@ -17,7 +17,6 @@ html {
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   height: 100%;
-  scrollbar-gutter: stable;
 }
 
 body {