Skip to content

Commit

Permalink
Apply fix for ui-select + bootstrap4
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Sep 5, 2019
1 parent a8cc316 commit 3e3b1a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,14 @@ label.file-upload {
cursor: pointer;
}

.open > .dropdown-menu {
display: block;
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
opacity: 100 !important;
}

html[dir] .card {
margin-bottom: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions client/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<link rel="stylesheet" href="css/ui-bootstrap-csp.css" />
<link rel="stylesheet" href="css/select.min.css" />
<link rel="stylesheet" href="css/angular-csp.css" />
<link rel="stylesheet" href="css/ui-selet-bootstrap4-fix.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/admin.css" />
<link rel="stylesheet" href="css/home.css" />
Expand Down

0 comments on commit 3e3b1a9

Please sign in to comment.