Merge pull request #52214 from louim/bugfix/guide-menu-overflow

Fix guide menu overflow [ci skip]
This commit is contained in:
Rafael Mendonça França 2024-06-26 16:03:06 -04:00 committed by GitHub
commit acc8f3dfdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -592,7 +592,6 @@ body.guide {
display: block; display: block;
border-radius: $base-border-radius; border-radius: $base-border-radius;
color: $gray-900; color: $gray-900;
height: 61em;
padding: 2em 2em 1.5em 2em; padding: 2em 2em 1.5em 2em;
position: absolute; position: absolute;
top: 25px; top: 25px;