Unverified Commit d3cb97ad authored by Patrick H. Lauke's avatar Patrick H. Lauke Committed by GitHub
Browse files

Avoid invisible real file input "spilling" out of container (#32145)


Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
4 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev
Showing with 1 addition and 0 deletions
+1 -0
......@@ -315,6 +315,7 @@
width: 100%;
height: $custom-file-height;
margin: 0;
overflow: hidden;
opacity: 0;
&:focus ~ .custom-file-label {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment