You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing top-left shadow in the Categories widget Card
Add
.subsection-list {
margin: -10px 0 0 -10px;
padding: 10px 0 0 10px;
}
Fix the missing top-left shadow in the Categories widget.
However, this introduces a new issue. Due to the actual content range on the left increasing by 8px,
if the Categories widget content overflows,
moving the scroll bar will cause the card to display 8px outside the left area of the page content.
What happened?
Missing top-left shadow in the Categories widget Card
Add
.subsection-list {
margin: -10px 0 0 -10px;
padding: 10px 0 0 10px;
}
Fix the missing top-left shadow in the Categories widget.
However, this introduces a new issue. Due to the actual content range on the left increasing by 8px,
if the Categories widget content overflows,
moving the scroll bar will cause the card to display 8px outside the left area of the page content.
Hugo version
hugo_extended_0.136.5_windows-amd64
Theme version
3.29.0
What browsers are you seeing the problem on?
Chrome
More information about the browser
No response
Relevant log output
No response
Link to Minimal Reproducible Example
https://dev.stack.jimmycai.com/archives/
The text was updated successfully, but these errors were encountered: