mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
it was with max (#408)
This commit is contained in:
@@ -79,7 +79,7 @@ export function Dropdown({
|
||||
{isOpen && (
|
||||
<div
|
||||
className={classNames(
|
||||
'absolute z-10 rounded shadow right-0 min-w-fit',
|
||||
'absolute z-10 rounded shadow right-0 min-w-max',
|
||||
direction === 'up' && 'bottom-[45px]',
|
||||
direction === 'down' && 'top-[45px]',
|
||||
variant == 'primary' && 'bg-background-60',
|
||||
|
||||
Reference in New Issue
Block a user