From 7abb1d777d5e30cda3c7a111ef9b00889802217b Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:54:47 +0200 Subject: [PATCH] Fix z-indexing --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index f09c875fb..b82cecc33 100644 --- a/public/style.css +++ b/public/style.css @@ -1373,6 +1373,10 @@ input[type="file"] { } +#movingDivs > div { + z-index: 3000; +} + .floating_prompt_radio_group, .radio_group { display: flex;