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 af663a9 commit b6b01c0Copy full SHA for b6b01c0
components/AppSelectionDropdown.tsx
@@ -33,7 +33,7 @@ export default function PlatformWelcomeDropdown(props: AppSelectionDropdownProps
33
leaveFrom="transform opacity-100 scale-100"
34
leaveTo="transform opacity-0 scale-95"
35
>
36
- <Menu.Items className="fixed z-50 w-40 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" style={{ bottom: '74px', left: '80px' }}>
+ <Menu.Items className="fixed bottom-[74px] left-20 z-50 w-40 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
37
<div className="py-1">
38
{props.cockpit ? (
39
<Menu.Item>
0 commit comments