mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
Fix sticky navbar on mobile devices (#422)
* 🐛 Fix sticky navbar on mobile devices * 🔧 Change from accelerometer to user-agent * 🐛 Fix window not available, use sceeen height * 🔧 Move to CSS, hide sticky navbar on mobile Co-authored-by: Xetera <[email protected]>
This commit is contained in:
@@ -68,13 +68,6 @@ export const HeaderWrapperSticky = styled.div`
|
||||
width: 100% !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
height: auto;
|
||||
min-height: ${height}px;
|
||||
}
|
||||
`
|
||||
|
||||
export const Background = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user