summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/scroll.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-85/+0
|
* refactor: use overflow-y to determine scroll containerJohann1502022-07-061-6/+2
| | | | | | By using `overflow-y` instead of `overflow` using `endsWith` can be avoided and represents the data we are actually interested in here more accurately.
* refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-201-3/+12
| | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1
* refactoringsyuilo2021-11-121-0/+80
Resolve #7779