mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix scrolling for site overview (#243)
This commit is contained in:
parent
d4f97cde0d
commit
289bac4949
@ -32,11 +32,12 @@
|
||||
<!--/noindex-->
|
||||
|
||||
<div class="site-overview-wrap sidebar-panel">
|
||||
{{ partial('_partials/sidebar/site-overview.njk', {}, {cache: theme.cache.enable}) }}
|
||||
<div class="site-overview">
|
||||
{{ partial('_partials/sidebar/site-overview.njk', {}, {cache: theme.cache.enable}) }}
|
||||
|
||||
{{- next_inject('sidebar') }}
|
||||
{{- next_inject('sidebar') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{%- if theme.back2top.enable and theme.back2top.sidebar %}
|
||||
<div class="back-to-top animated" role="button" aria-label="{{ __('accessibility.back_to_top') }}">
|
||||
|
||||
@ -4,6 +4,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.site-overview {
|
||||
max-height: var(--sidebar-wrapper-height);
|
||||
}
|
||||
|
||||
.site-overview-item:not(:first-child) {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user