diff --git a/public/app.css b/public/app.css index 929a453c..c8b1a562 100644 --- a/public/app.css +++ b/public/app.css @@ -8,7 +8,7 @@ } .LoadingMessage { - position: fixed; + position: absolute; top: 0; right: 0; bottom: 0; diff --git a/src/components/FixedSideContainer.css b/src/components/FixedSideContainer.css index 1e1ab69e..d6153e56 100644 --- a/src/components/FixedSideContainer.css +++ b/src/components/FixedSideContainer.css @@ -1,6 +1,6 @@ .FixedSideContainer { --margin: 0.25rem; - position: fixed; + position: absolute; pointer-events: none; } diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 9f52b919..3f173451 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -224,29 +224,32 @@ const LayerUI = ({ ))} - { -