Skip to content

Commit

Permalink
Merge pull request rails#51532 from jathayde/fix_guides_dropdown_over…
Browse files Browse the repository at this point in the history
…flow

Fix fourth column issue in guides dropdown
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
2 parents 773d174 + 92b65a0 commit 61d78da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/assets/stylesrc/_main.scss
Expand Up @@ -596,7 +596,7 @@ body.guide {
display: block;
border-radius: $base-border-radius;
color: $gray-900;
height: 58em;
height: 61em;
padding: 2em 2em 1.5em 2em;
position: absolute;
top: 25px;
Expand All @@ -616,7 +616,7 @@ body.guide {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 53em;
max-height: 60em;
width: 100%;

.guides-section {
Expand Down

0 comments on commit 61d78da

Please sign in to comment.