feat(ComparisonSlider): slightly tweak styles

This commit is contained in:
Ilia Mashkov
2026-02-08 14:32:21 +03:00
parent b3c0898735
commit b4e97da3a0

View File

@@ -53,7 +53,7 @@ const responsive = getContext<ResponsiveManager>('responsive');
</Drawer> </Drawer>
{:else} {:else}
{#if !isLoading} {#if !isLoading}
<div class="absolute top-3 sm:top-6 left-3 sm:left-6"> <div class="absolute top-3 sm:top-6 left-3 sm:left-6 z-50">
<TypographyControls <TypographyControls
{sliderPos} {sliderPos}
{isDragging} {isDragging}