Add comment

This commit is contained in:
Mimi 2024-11-22 02:56:35 +08:00
parent 2041b233e4
commit d05aa2c920

View File

@ -43,6 +43,7 @@ if (hexo-config('toc.enable')) {
.active > .nav-child {
height: auto;
// https://caniuse.com/mdn-css_types_calc-size
height: calc-size(auto, size);
opacity: 1;
}