fix tooltip placement to fix e2e failure

pull/3008/head
Joseph Izang 2 years ago
parent f7d2bfa721
commit 4fa6248a18
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx

@ -11,7 +11,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
action: 'createNewFile', action: 'createNewFile',
title: 'Create New File', title: 'Create New File',
icon: 'far fa-file', icon: 'far fa-file',
placement: 'top-end' placement: 'top-start'
}, },
{ {
action: 'createNewFolder', action: 'createNewFolder',

Loading…
Cancel
Save