diff --git a/ui/src/components/common/RegistryWidget.vue b/ui/src/components/common/RegistryWidget.vue index d61850a..221cfa0 100644 --- a/ui/src/components/common/RegistryWidget.vue +++ b/ui/src/components/common/RegistryWidget.vue @@ -861,7 +861,7 @@ watch(config, () => { } .registry-widget.panel-open { - z-index: 1002; + z-index: 1004; } .registry-toggle { diff --git a/ui/src/components/common/SettingsWidget.vue b/ui/src/components/common/SettingsWidget.vue index 09564c3..2269156 100644 --- a/ui/src/components/common/SettingsWidget.vue +++ b/ui/src/components/common/SettingsWidget.vue @@ -573,7 +573,7 @@ onMounted(() => { } .settings-widget.panel-open { - z-index: 1002; + z-index: 1004; } .settings-toggle {