From 5bb89027ddcbd630fb802d0083c02283f32276b3 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 7 Oct 2023 10:03:16 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- javascript/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb34298fd..0009f46e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log for SD.Next -## Update for 2023-10-06 +## Update for 2023-10-07 **TBD**: Candidates before release: - Note: Free-U requires unreleased diffusers diff --git a/javascript/style.css b/javascript/style.css index 6a53dd02d..8f3e15add 100644 --- a/javascript/style.css +++ b/javascript/style.css @@ -30,7 +30,7 @@ tr { border-bottom: none !important; padding: 0.1em 0.5em !important; } .gradio-container .prose a, .gradio-container .prose a:visited{ color: unset; text-decoration: none; } .gradio-dropdown { margin-right: var(--spacing-sm) !important; } -.gradio-dropdown ul.options { z-index: 100; min-width: fit-content; max-height: 33vh !important; white-space: nowrap; } +.gradio-dropdown ul.options { z-index: 1000; min-width: fit-content; max-height: 33vh !important; white-space: nowrap; } .gradio-dropdown ul.options li.item { padding: var(--spacing-xs); } .gradio-dropdown ul.options li.item:not(:has(.hide)) { background-color: var(--primary-500); } .gradio-dropdown span { margin-bottom: 0 !important; }