1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 19:04:04 +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> <style lang="scss" module>
.root { .root {
height: 100%; height: 100%;
overflow: clip;
background: var(--MI_THEME-bg);
} }
.screen { .screen {
position: relative; position: relative;
width: 100%; width: 100%;
height: 100cqh; height: 100cqh;
overflow: clip;
} }
.canvas { .canvas {