Update CustomSettingsMenu.css

This commit is contained in:
Yiannis Christodoulou 2025-07-14 03:41:08 +03:00
parent dc9a5492db
commit f678df2b14

View File

@ -26,18 +26,19 @@
/* Settings overlay styling */ /* Settings overlay styling */
.custom-settings-overlay { .custom-settings-overlay {
border: 1px solid red;
position: absolute; position: absolute;
bottom: 100%; bottom: 60px;
right: 0; right: 20px;
width: 250px; width: 250px;
background: rgba(28, 28, 28, 0.95); background: rgba(28, 28, 28, 0.95);
color: white; color: white;
border-radius: 4px; border-radius: 7px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
display: none; display: none;
z-index: 1000; z-index: 1000;
font-size: 14px; font-size: 14px;
backdrop-filter: blur(10px); overflow: visible;
} }
/* Settings header */ /* Settings header */