Skip to content
Snippets Groups Projects
Commit 8b13106d authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Increase z-index of notification

parent f213b9b2
No related branches found
No related tags found
No related merge requests found
......@@ -651,6 +651,10 @@ export class AppShell extends ScopedElementsMixin(AdapterLitElement) {
display: none;
}
#dbp-notification{
z-index: 99999;
}
@media (max-width: 680px) {
#main {
grid-template-columns: minmax(0, auto);
......@@ -863,7 +867,7 @@ export class AppShell extends ScopedElementsMixin(AdapterLitElement) {
<dbp-matomo subscribe="auth,analytics-event" endpoint="${this.matomoUrl}" site-id="${this.matomoSiteId}" git-info="${this.gitInfo}"></dbp-matomo>
<div class="${mainClassMap}">
<div id="main">
<dbp-notification lang="${this.lang}"></dbp-notification>
<dbp-notification id="dbp-notification" lang="${this.lang}"></dbp-notification>
<header>
<div class="hd1-left">
<dbp-language-select lang="${this.lang}"></dbp-language-select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment