Skip to content

Commit

Permalink
Merge pull request #115 from acdh-oeaw/114-menu-on-top
Browse files Browse the repository at this point in the history
Keep top menu on top
  • Loading branch information
gythaogg authored Aug 29, 2024
2 parents f2471a1 + e6c6ad4 commit 1841c7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apis_ontology/static/styles/tibschol.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ body {
color: #0056b3;
text-decoration: underline;
}

.dropdown-menu{
z-index: 1000;
}
.dropdown-menu li {
position: relative;
}
Expand All @@ -36,6 +40,7 @@ body {
position: absolute;
left: 100%;
top: -7px;
z-index: 1001;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
Expand Down

0 comments on commit 1841c7e

Please sign in to comment.