mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
B: Fix buttons layers
This commit is contained in:
parent
80680a7bf2
commit
e0eb06b27f
|
@ -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}
|
||||
|
|
|
@ -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='Отображение специальной клавиатуры'
|
||||
|
|
Loading…
Reference in New Issue
Block a user