Skip to content

Commit

Permalink
Layer search box and nav menues
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Nov 23, 2023
1 parent 5a092f6 commit 17fb453
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,17 @@ div.jsactive pre {
h4 {
font-size: 10px;
}

.doctrine-navbar .nav-outbound {
position: absolute;
top: 0;
right: 0;
z-index: 101;
}

#search-box {
width: 160px;
}
}

@media (min-width: 576px) and (max-width: 768px) {
Expand Down

0 comments on commit 17fb453

Please sign in to comment.