Uniswap / interface

🦄 Open source interfaces for the Uniswap protocol

Home Page:https://app.uniswap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header UI issue

MIDAV0 opened this issue · comments

Minor UI issue with the header when scrolling, because of UK banner.

Probable cause:

top: ${({ bannerIsVisible }) => (bannerIsVisible ? Math.max(UK_BANNER_HEIGHT - scrollY, 0) : 0)}px;

Screen.Recording.2024-04-20.at.20.03.34.mov