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,