feat: another batch of fixes

This commit is contained in:
Herculino Trotta
2025-11-02 03:03:22 -03:00
parent a63367a772
commit 89b2d0118d
30 changed files with 208 additions and 198 deletions
+4 -4
View File
@@ -195,12 +195,12 @@
/* Dropdown */
.ts-dropdown {
position: absolute;
top: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
width: auto;
z-index: 1100;
margin: 0.25rem 0 0;
margin: 0;
/* DaisyUI dropdown styling */
background-color: var(--color-base-100);