feat: remove overlay cutoff (#7322)
This commit is contained in:
parent
5414a7c7ef
commit
5ba046f111
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user