diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index 7de4343..40caca1 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -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, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a51d4..bd27430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/popup.css b/src/popup.css index 742323d..9d808ed 100644 --- a/src/popup.css +++ b/src/popup.css @@ -113,6 +113,7 @@ svg { padding: 4px 8px 8px; block-size: 159px; overflow-block: scroll; + scrollbar-gutter: stable; background-color: var(--code-background); }