Skip to content

Commit

Permalink
Merge pull request #4084 from globaleaks/#fix-ngselect-visibility
Browse files Browse the repository at this point in the history
ngselect dropdown visibility issue fixed  while changing language fro…
  • Loading branch information
evilaliv3 authored Jun 1, 2024
2 parents 8b004df + 1623569 commit 8c5af50
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/app/css/components/ng-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@
flex: 1;
}

.ng-select .ng-select-container .ng-value-container .ng-input {
opacity: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
box-sizing: content-box;
background: none transparent;
Expand All @@ -91,12 +87,6 @@
width: 100%;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input[readonly] {
user-select: none;
width: 0;
padding: 0;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 8c5af50

Please sign in to comment.