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 365ede8 commit ab80b8cCopy full SHA for ab80b8c
pages/txs.vue
@@ -442,7 +442,7 @@ const handleLast = async () => {
442
</Popover>
443
</Flex>
444
445
- <Popover :open="isConfigurePopoverOpen" @on-close="isConfigurePopoverOpen = false" width="150">
+ <Popover :open="isConfigurePopoverOpen" @on-close="isConfigurePopoverOpen = false" width="150" side="right">
446
<Button @click="isConfigurePopoverOpen = true" type="secondary" size="mini">
447
<Icon name="settings" size="12" color="tertiary" />
448
Configure
0 commit comments