Closed Tilix4 closed 5 years ago
Hhhhhh, can't argee more. This will happen especially when you have tremendous amount of tags.
My solution is to have the tag area scrollable:
In which case, just add this css in the matery.css
for your concern:
.tags-container {
max-height: 300px;
overflow-y: scroll;
}
and enbale it by attach this css name to this line https://github.com/blinkfox/hexo-theme-matery/blob/develop/layout/_widget/tag-cloud.ejs#L27
this can also work for category problem
@Tilix4 I should not make any changes to these two pages for the time being. You can customize them yourself.
I will close the issue.
In the tag page, when you click on a tag, the page scrolls back to top automatically which is not very handy to have a quick overview of them.