Commit 5ba046f1 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: remove overlay cutoff (#7322)

parent 5414a7c7
...@@ -139,6 +139,7 @@ const FloatingConfirmationBar = styled(Row)<{ issues: boolean }>` ...@@ -139,6 +139,7 @@ const FloatingConfirmationBar = styled(Row)<{ issues: boolean }>`
const Overlay = styled.div` const Overlay = styled.div`
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
left: 0px;
height: 158px; height: 158px;
width: 100vw; width: 100vw;
background: ${({ theme }) => `linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, ${theme.surface2} 100%)`}; background: ${({ theme }) => `linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, ${theme.surface2} 100%)`};
......
...@@ -26,6 +26,7 @@ const TableHeader = styled.div` ...@@ -26,6 +26,7 @@ const TableHeader = styled.div`
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 20px; line-height: 20px;
border-radius: 12px;
@media screen and (min-width: ${BREAKPOINTS.sm}px) { @media screen and (min-width: ${BREAKPOINTS.sm}px) {
padding-left: 48px; padding-left: 48px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment