@umbraco-cms/backoffice 17.3.1 → 17.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -99,6 +99,7 @@ let UmbPropertyEditorUIPickerModalElement = class UmbPropertyEditorUIPickerModal
99
99
  css `
100
100
  :host {
101
101
  display: block;
102
+ height: 100%;
102
103
  container-type: inline-size;
103
104
  }
104
105