B: Fix buttons layers

This commit is contained in:
Ivan 2024-09-14 16:14:04 +03:00
parent 80680a7bf2
commit e0eb06b27f
2 changed files with 6 additions and 2 deletions

View File

@ -165,7 +165,11 @@ function EditorRSExpression({
toggleControls={() => setShowControls(prev => !prev)}
/>
<Overlay position='top-[-0.5rem]' className='pl-[8.5rem] xs:pl-[2rem] flex justify-center w-full gap-1'>
<Overlay
position='top-[-0.5rem]'
layer='z-pop'
className='pl-[8.5rem] xs:pl-[2rem] flex justify-center w-full gap-1'
>
<StatusBar
processing={parser.processing}
isModified={isModified}

View File

@ -15,7 +15,7 @@ function ToolbarRSExpression({ disabled, showControls, toggleControls, showAST }
const model = useRSForm();
return (
<Overlay position='top-[-0.5rem] right-0' className='cc-icons'>
<Overlay position='top-[-0.5rem] right-0' layer='z-sticky' className='cc-icons'>
{!disabled || model.processing ? (
<MiniButton
title='Отображение специальной клавиатуры'