fix(ui): prevent theme dropdown from being permanently interactive by removing block class
This commit is contained in:
@@ -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![
|
||||||
|
|||||||
Reference in New Issue
Block a user