Skip to content

Commit 729a8e0

Browse files
Product nav background image styles fix
1 parent bbe6890 commit 729a8e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/nav/NavHeader.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ const NavHeader = (props: Props) => {
1313
src="https://traefik.io/images/site-nav/[email protected]"
1414
style={{
1515
position: 'absolute',
16-
paddingBottom: '0px',
17-
bottom: '0',
18-
left: '0',
19-
right: '0',
16+
inset: 0,
17+
width: '100%',
18+
height: '100%',
2019
}}
2120
/>
2221
</Wrapper>

0 commit comments

Comments
 (0)