From f9d3b4abc0323a9af1b760e24aef3e7886bef991 Mon Sep 17 00:00:00 2001 From: Nikola Ubavic <53820106+ubavic@users.noreply.github.com> Date: Fri, 7 Jan 2022 19:53:05 +0100 Subject: [PATCH] fix: add scrollbar gutter --- new-lamassu-admin/src/styling/global/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/styling/global/index.js b/new-lamassu-admin/src/styling/global/index.js index 7c57661e..4e5083ef 100644 --- a/new-lamassu-admin/src/styling/global/index.js +++ b/new-lamassu-admin/src/styling/global/index.js @@ -28,7 +28,10 @@ export default { pointerEvents: 'none' }, html: { - height: fill + height: fill, + '@media screen and (max-height: 900px)': { + scrollbarGutter: 'stable' + } }, body: { width: mainWidth,