Conversation
ec41cc5 to
ef6aed8
Compare
Deploying blog with
|
| Latest commit: |
d70b066
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8d8b9e8e.blog-akt.pages.dev |
| Branch Preview URL: | https://5274-ms-double-scroll-bar-v2.blog-akt.pages.dev |
ef6aed8 to
d70b066
Compare
skovranek
commented
Feb 11, 2026
| </head> | ||
|
|
||
| <body class="text-gray-250 m-0 bg-image-blue-fixed"> | ||
| <body class="text-gray-250 m-0 bg-image-blue-fixed overflow-hidden"> |
Member
Author
There was a problem hiding this comment.
hide the outer scroll bar
skovranek
commented
Feb 11, 2026
| <div class="flex flex-row"> | ||
| <div | ||
| class="flex-1 items-center w-full h-full-minus-bar mt-14" | ||
| class="flex-1 items-center w-full h-full-minus-bar mt-14 overflow-y-auto" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves https://github.com/bootdotdev/go-api-gate/issues/5274
@waseem-medhat Thanks for the tip:
#193 (review)
Now it matches the site.
Hide overflow on parent, show overflow scroll on children (single and list layouts).