display menu bugfix

This commit is contained in:
Nalvazhuthi
2025-04-04 17:47:15 +05:30
parent 60b778ff3d
commit 46d4308f9a
5 changed files with 472 additions and 355 deletions

View File

@@ -719,9 +719,9 @@
.editWidgetOptions {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
// top: 50%;
// left: 50%;
// transform: translate(-50%, -50%);
background-color: var(--background-color);
z-index: 3;
display: flex;
@@ -729,6 +729,7 @@
border-radius: 6px;
overflow: hidden;
min-width: 150px;
.option {
padding: 8px 10px;
color: var(--text-color);