Skip to content
Snippets Groups Projects
Commit d429f365 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Add sticky position to local menu

parent b333047b
No related branches found
No related tags found
No related merge requests found
...@@ -604,17 +604,21 @@ export class AppShell extends ScopedElementsMixin(LitElement) { ...@@ -604,17 +604,21 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
aside { aside {
margin: 0; margin: 0;
padding: 0 15px; position: sticky;
top: 0;
width: 100%;
background-color: white;
z-index: 10;
} }
aside h2.subtitle { aside h2.subtitle {
display: block; display: block;
border: 1px solid black; border-bottom: 1px solid black;
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
aside .menu { aside .menu {
border: black 1px solid; border-bottom: black 1px solid;
border-top-width: 0; border-top-width: 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment