Skip to content

Commit

Permalink
Fix: Dropdown height on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalduzzi committed Jul 29, 2024
1 parent 34f175a commit 9856d03
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/vendor/bs-blade-forms/assets/main-3a76abbe.css

This file was deleted.

1 change: 1 addition & 0 deletions public/vendor/bs-blade-forms/assets/main-a5856c02.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/vendor/bs-blade-forms/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/main.scss": {
"file": "assets/main-3a76abbe.css",
"file": "assets/main-a5856c02.css",
"isEntry": true,
"src": "resources/css/main.scss"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/css/components/custom-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
z-index: 10;

width: 100%;
height: fit-content;
height: auto; // fit-content doesn't work properly on Safari

border: var(--cs-border-width) solid var(--cs-border-color);
border-radius: 0 0 6px 6px;
Expand Down

0 comments on commit 9856d03

Please sign in to comment.