Fix Floating button hidden behind editor
This commit is contained in:
parent
2d048df3fe
commit
3fa3316157
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export class UI extends React.PureComponent<IUIProps, IUIState> {
|
|||
☰ History
|
||||
</button>
|
||||
|
||||
<FloatingButton className={`fixed flex flex-col gap-2 items-center bottom-40 ${buttonRightOffsetClasses}`}>
|
||||
<FloatingButton className={`fixed z-10 flex flex-col gap-2 items-center bottom-40 ${buttonRightOffsetClasses}`}>
|
||||
<button
|
||||
className={'transition-all w-10 h-10 p-2 align-middle items-center justify-center rounded-full bg-blue-500 hover:bg-blue-800'}
|
||||
title='Export as JSON'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue