feat(SliderArea): tweak the styles

This commit is contained in:
Ilia Mashkov
2026-04-23 09:42:59 +03:00
parent 0d4d91ab8f
commit 1332b45bc1
@@ -271,7 +271,7 @@ const scaleClass = $derived(
<TypographyMenu
bind:open={isTypographyMenuOpen}
class={clsx(
'absolute z-50',
'absolute z-10',
responsive.isMobileOrTablet
? 'bottom-4 right-4 -translate-1/2'
: 'bottom-5 left-1/2 right-[unset] -translate-x-1/2',