Skip to content

Commit

Permalink
fix a display bug caused by operation selection dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Jan 29, 2019
1 parent 746305f commit eec1e3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/components/resources/navigation/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
text-align: left;
}

.dropdown-menu {
max-height: calc(100vh - 350px);
overflow-y: scroll;
padding-left: 7px;
}

.root-document {
@extend .btn-outline-primary:active;
}
Expand Down
2 changes: 1 addition & 1 deletion app/components/resources/resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
}

.resources-container{
.resources-container {

.no-main-type-resource-alert {
position: absolute;
Expand Down

0 comments on commit eec1e3f

Please sign in to comment.