fix(ui): prevent theme dropdown from being permanently interactive by removing block class

This commit is contained in:
spinline
2026-02-05 00:22:04 +03:00
parent 564d0c129b
commit f4b3820600

View File

@@ -263,7 +263,7 @@ pub fn StatusBar() -> impl IntoView {
<ul <ul
tabindex="0" tabindex="0"
class="dropdown-content z-[100] menu p-2 shadow bg-base-200 rounded-box w-52 mb-2 border border-base-300 max-h-96 overflow-y-auto block" class="dropdown-content z-[100] menu p-2 shadow bg-base-200 rounded-box w-52 mb-2 border border-base-300 max-h-96 overflow-y-auto"
> >
{ {
let themes = vec![ let themes = vec![