feat(popup): set `scrollbar-gutter: stable`

This commit is contained in:
Thomas Rupprecht 2023-11-08 20:05:51 +01:00
parent b631c01873
commit fcc6558b7f
3 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = {
'custom-property-fallbacks': false,
'flex-wrapping': false,
'scroll-chaining': false,
'scrollbar-gutter': false,
'scrollbar-gutter': true,
'vendor-prefix-grouping': true,
}],
'plugin/use-logical-properties-and-values': [true, {

View File

@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
- Update `@types/firefox-webext-browser`, `eslint`, `eslint-plugin-jsdoc`
- Update `stylelint-plugin-defensive-css`, `web-ext`
- Update dependencies
- Update dependencies
## \[[0.9.5](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.5)] - 2023-09-13

View File

@ -113,6 +113,7 @@ svg {
padding: 4px 8px 8px;
block-size: 159px;
overflow-block: scroll;
scrollbar-gutter: stable;
background-color: var(--code-background);
}