1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-15 17:26:02 +02:00

Update room.vue

This commit is contained in:
syuilo
2026-04-28 08:23:13 +09:00
parent a756ca6ffb
commit aed73eb074

View File

@@ -574,12 +574,15 @@ definePage(() => ({
<style lang="scss" module>
.root {
height: 100%;
overflow: clip;
background: var(--MI_THEME-bg);
}
.screen {
position: relative;
width: 100%;
height: 100cqh;
overflow: clip;
}
.canvas {