use the same code for page scrolling on both the desktop and mobile versions

This commit is contained in:
MaysWind
2025-12-21 02:34:35 +08:00
parent 931d5e8395
commit a535fbcef1
20 changed files with 197 additions and 255 deletions
+1 -4
View File
@@ -440,9 +440,6 @@ init();
.template-popover-menu .popover-inner {
max-height: 400px;
> .list {
overflow-y: auto;
}
overflow-y: auto;
}
</style>