mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 20:15:52 +01:00
Fix navbar at the top of the page (#2128)
This commit is contained in:
@@ -40,7 +40,7 @@ type CollapsedProps = {
|
||||
const SectionContainer = styled.aside`
|
||||
position: sticky;
|
||||
position: -webkit-sticky; /* Safari */
|
||||
top: 2rem;
|
||||
top: 5rem;
|
||||
width: 100%;
|
||||
|
||||
@media (max-height: 900px) {
|
||||
|
||||
Reference in New Issue
Block a user