From 2ec153e68ff58776780f83276e6d2abbe59c1429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Alejandro=20S=C3=A1nchez=20Sierra?= Date: Fri, 20 Oct 2023 14:52:19 -0500 Subject: [PATCH] Change the postion of the options menu --- app/assets/stylesheets/modify_remove.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/modify_remove.scss b/app/assets/stylesheets/modify_remove.scss index 3555bdd..069a529 100644 --- a/app/assets/stylesheets/modify_remove.scss +++ b/app/assets/stylesheets/modify_remove.scss @@ -1,7 +1,7 @@ .modify-remove { flex-direction: column; width: 100%; - position: absolute; + position: fixed; z-index: 910; background: linear-gradient(45deg, rgb(11, 58, 111), rgba(55, 120, 194, 0.7)); backdrop-filter: blur(10px);