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
+2 -4
View File
@@ -135,6 +135,8 @@ i.icon.la, i.icon.las, i.icon.lab {
}
.ios .popover-inner {
touch-action: inherit;
> :not(.list) {
display: none;
}
@@ -222,10 +224,6 @@ i.icon.la, i.icon.las, i.icon.lab {
.lang-popover-menu .popover-inner {
max-height: 350px;
> .list {
overflow-y: auto;
}
}
.lang-popover-menu .popover-inner .item-title {