From 5566ed4d4f292d59dc7169bbe54f9aaeb52a3f89 Mon Sep 17 00:00:00 2001 From: immobe Date: Wed, 29 May 2024 12:52:14 +0200 Subject: [PATCH] fix(layer-selector): fixes overscroll --- .../components/layers/layer-selector/layer-selector.module.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/components/layers/layer-selector/layer-selector.module.styl b/src/scripts/components/layers/layer-selector/layer-selector.module.styl index 117a205cf..a7ee11891 100644 --- a/src/scripts/components/layers/layer-selector/layer-selector.module.styl +++ b/src/scripts/components/layers/layer-selector/layer-selector.module.styl @@ -1,7 +1,7 @@ @require '../../../../variables.styl' .layerSelector - position: absolute + position: fixed top: 0 right: 0 z-index: 4