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

Add css for dropdown menu

parent fea5e147
No related branches found
No related tags found
No related merge requests found
Pipeline #14480 passed
......@@ -631,6 +631,12 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
aside .menu {
border-bottom: black 1px solid;
border-top-width: 0;
width: 100%;
position: absolute;
background-color: white;
z-index: 10;
overflow-y: scroll;
white-space: nowrap;
}
.menu li {
......@@ -651,8 +657,6 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
ul.menu.hidden {
display: none;
}
}
`;
}
......@@ -780,7 +784,6 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<div id="headline">
<h1 class="title">${this.topicMetaDataText('name')}</h1>
</div>
<aside>
<h2 class="subtitle" @click="${this.toggleMenu}">
${this.subtitle}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment