Merge pull request #51532 from jathayde/fix_guides_dropdown_overflow

Fix fourth column issue in guides dropdown
This commit is contained in:
Carlos Antonio da Silva 2024-04-09 16:18:18 -03:00 committed by GitHub
commit 61d78da043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;
@ -616,7 +616,7 @@ body.guide {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 53em;
max-height: 60em;
width: 100%;
.guides-section {