We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a8cf8 commit 03cf030Copy full SHA for 03cf030
packages/daisyui/src/components/dropdown.css
@@ -103,6 +103,10 @@
103
104
:where(.dropdown-content) {
105
@apply end-auto;
106
+ translate: 0 0;
107
+ [dir="rtl"] & {
108
109
+ }
110
}
111
112
&.dropdown-left {
@@ -162,6 +166,9 @@
162
166
163
167
@apply end-0;
164
168
translate: 0 0;
169
170
171
165
172
173
174
0 commit comments