feat: remove overlay cutoff (#7322)

This commit is contained in:
Charles Bachmeier 2023-09-18 11:59:01 -07:00 committed by GitHub
parent 5414a7c7ef
commit 5ba046f111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

@ -139,6 +139,7 @@ const FloatingConfirmationBar = styled(Row)<{ issues: boolean }>`
const Overlay = styled.div`
position: fixed;
bottom: 0px;
left: 0px;
height: 158px;
width: 100vw;
background: ${({ theme }) => `linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, ${theme.surface2} 100%)`};

@ -26,6 +26,7 @@ const TableHeader = styled.div`
font-size: 14px;
font-weight: normal;
line-height: 20px;
border-radius: 12px;
@media screen and (min-width: ${BREAKPOINTS.sm}px) {
padding-left: 48px;