added zones drop down in builder ouline and adjust width of displayZones

This commit is contained in:
Nalvazhuthi
2025-04-04 10:08:07 +05:30
53 changed files with 3909 additions and 981 deletions

View File

@@ -166,7 +166,7 @@
.panel {
position: absolute;
background: white;
background: var(--background-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
border-radius: 6px;
@@ -726,11 +726,6 @@
outline-color: #ffe3e0;
}
.editWidgetOptions-wrapper {
height: 100vh;
width: 100vw;
}
.editWidgetOptions {
position: absolute;