mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
positioning
This commit is contained in:
parent
3c60aa2b1d
commit
9dddb750ac
@ -46,7 +46,11 @@ export default function ThemeSwitch() {
|
|||||||
</Select.Trigger>
|
</Select.Trigger>
|
||||||
|
|
||||||
<Select.Portal>
|
<Select.Portal>
|
||||||
<Select.Content className={styles.content} position="popper">
|
<Select.Content
|
||||||
|
className={styles.content}
|
||||||
|
position="popper"
|
||||||
|
align="end"
|
||||||
|
>
|
||||||
<Select.Arrow className={styles.arrow} width={14} height={7} />
|
<Select.Arrow className={styles.arrow} width={14} height={7} />
|
||||||
<Select.Viewport className={styles.viewport}>
|
<Select.Viewport className={styles.viewport}>
|
||||||
{themes
|
{themes
|
||||||
|
Loading…
Reference in New Issue
Block a user