fix: broken chats #16
Loading…
Reference in a new issue
No description provided.
Delete branch ":fix-chat-continuation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From upstream PR: https://github.com/misskey-dev/misskey/pull/8983
@ -292,6 +292,7 @@ definePageMetadata(computed(() => !fetching ? user ? {
<style lang="scss" scoped>
.mk-messaging-room {
position: relative;
overflow: auto;
Hang on that already says overflow auto...
outdated