added zones drop down in builder ouline and adjust width of displayZones
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user