close history panel when scrolling text #851

This commit is contained in:
2023-02-17 21:23:45 +01:00
parent f0a6f60314
commit 9c8bf3f38f
3 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -812,7 +812,7 @@ section[role="main-content"]{
li{
ul{
overflow: hidden;
max-height: 1000px;
max-height: 10000px;
transition: max-height 0.5s ease-in-out;
// transform: scaleY(1);
// transform-origin: top;