:root, html { scrollbar-gutter: stable both-edges; }
@supports not (scrollbar-gutter: stable) { html { overflow-y: scroll; } }
/* Ne dižemo polja; dropdown je unutar forme (default look) */
.um .um-field, .um .um-field-area, .um .um-row, .um .um-col-1{
  position: static !important; overflow: visible !important; z-index: auto !important;
}
/* Osiguraj normalan overflow even if something tries to lock scrolling */
html, body { overflow-y: auto !important; }
