@@ -111,6 +111,12 @@
}
+.closed-values-properties {
+ .select-item {
+ @apply flex items-center;
+ }
+}
+
.block-main-container .ls-properties-area {
margin-top: 0.25em;
@@ -769,7 +769,7 @@
(if config/publishing?
nil
(shui/popup-show! (rum/deref *el) content-fn
- {:as-menu? true :as-content? false}))))
+ {:as-menu? true :as-content? false :align "start"}))))
:on-key-up (fn [^js e]
(case (.-key e)
(" " "Enter")