mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
9 lines
132 B
CSS
9 lines
132 B
CSS
.gridDemo {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|