Merge branch 'devel' into 'develop'
Fix menu popups in RTL See merge request soapbox-pub/soapbox!1972
This commit is contained in:
commit
0d42fe1c96
|
@ -1,5 +1,5 @@
|
||||||
[data-reach-menu-popover] {
|
[data-reach-menu-popover] {
|
||||||
@apply origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none;
|
@apply ltr:origin-top-right ltr:right-0 rtl:origin-top-left rtl:left-0 absolute mt-2 w-56 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none;
|
||||||
|
|
||||||
z-index: 1003;
|
z-index: 1003;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue