mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 16:08:54 -05:00
Update CustomSettingsMenu.css
This commit is contained in:
parent
dc9a5492db
commit
f678df2b14
@ -26,18 +26,19 @@
|
||||
|
||||
/* Settings overlay styling */
|
||||
.custom-settings-overlay {
|
||||
border: 1px solid red;
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
right: 0;
|
||||
bottom: 60px;
|
||||
right: 20px;
|
||||
width: 250px;
|
||||
background: rgba(28, 28, 28, 0.95);
|
||||
color: white;
|
||||
border-radius: 4px;
|
||||
border-radius: 7px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
||||
display: none;
|
||||
z-index: 1000;
|
||||
font-size: 14px;
|
||||
backdrop-filter: blur(10px);
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* Settings header */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user