Skip to content

Commit

Permalink
Merge pull request #220 from sitegeist/bugfix/ensureMinHeightForPropS…
Browse files Browse the repository at this point in the history
…etOrUseCaseDropdown

BUGFIX: Ensure min height for prop set or use case dropdown
  • Loading branch information
mficzel authored Jul 24, 2023
2 parents e25eb47 + 0a8914c commit 1b92612
Show file tree
Hide file tree
Showing 5 changed files with 10,062 additions and 6,724 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
width: 100%;
max-width: 800px;
position: relative;
padding-bottom: 1rem;

label {
display: block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@

.container {
padding: 1rem;
flex-grow: 0;
flex-grow: 1;
overflow-y: auto;

+ .container {
background-color: rgba(0, 0, 0, .3);
border-top: 1px solid rgba(153, 153, 153, .3);
overflow-y: auto;
flex-grow: 1;
flex-shrink: 1;
}
}
4 changes: 2 additions & 2 deletions Resources/Public/Styles/App.css

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

2 changes: 1 addition & 1 deletion Resources/Public/Styles/App.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1b92612

Please sign in to comment.