mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-31 03:40:49 +02:00
feat: another batch of fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user