Opened 2 years ago
Closed 2 years ago
#61805 closed defect (bug) (duplicate)
Body padding zeroed out from global styles
| Reported by: | blkedy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 6.6.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | css |
Description (last modified by )
Dequeueing global-styles removes this block of code. This probably should not be enabled by default. Seems similar to #61660
:root :where(body) {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
Change History (4)
#2
@
2 years ago
Zeroing out body padding is breaking several client sites when fixed navigations are used. We often use top body padding to push down the page leaving room for the first section to not underlap a fixed header. Dequeueing global-styles fixes the issue by removing the code block mentioned above. This rule was introduced in 6.6.1.
#4
@
2 years ago
- Component General → Editor
- Keywords reporter-feedback removed
- Milestone Awaiting Review
- Resolution → duplicate
- Status new → closed
Thanks @sabernhardt. @blkedy could you please test the solution over on #61704? If it ends up that your problem is not the same, feel free to reopen this with more details.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @blkedy,
Welcome to Trac!
Could provide a bit more detail? How and why are you dequeuing global styles? Which part of global styles? A detailed list of steps that someone else could follow to reproduce the problem on a new fresh install would be great.