Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@

.studio-page-outer {
width: 100%;
margin-bottom: 16px;
overflow-y: auto;
}

.studio-page-inner {
width: 100%;
padding-bottom: 16px;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: Correct minimal fix — moves the spacing inside the scroll container rather than removing it or patching around the symptom. The margin-bottom on a fixed-height element was always going to add to document flow; padding-bottom on the inner div is exactly where this belongs.

}

</style>
Loading