Skip to content

Commit

Permalink
Merge pull request #7 from squidit/fix/underflow-sq-select-search
Browse files Browse the repository at this point in the history
Fix/underflow sq-select-search
  • Loading branch information
vinimarcili committed Sep 13, 2023
2 parents bf2575c + dacb598 commit 8c24261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
height: 0;
transition: all 0.3s ease;
overflow: hidden;
z-index: 1;
z-index: 5;
&.open {
height: auto;
max-height: 400px;
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "1.1.103",
"version": "1.1.104",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
Expand Down

0 comments on commit 8c24261

Please sign in to comment.