mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +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)}
|
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
|
<StatusBar
|
||||||
processing={parser.processing}
|
processing={parser.processing}
|
||||||
isModified={isModified}
|
isModified={isModified}
|
||||||
|
|
|
@ -15,7 +15,7 @@ function ToolbarRSExpression({ disabled, showControls, toggleControls, showAST }
|
||||||
const model = useRSForm();
|
const model = useRSForm();
|
||||||
|
|
||||||
return (
|
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 ? (
|
{!disabled || model.processing ? (
|
||||||
<MiniButton
|
<MiniButton
|
||||||
title='Отображение специальной клавиатуры'
|
title='Отображение специальной клавиатуры'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user