Refactored realtime components.

This commit is contained in:
Mike Cao 2020-10-10 01:16:28 -07:00
parent 8912daa2fa
commit a039f405b6
8 changed files with 51 additions and 51 deletions

View file

@ -6,6 +6,11 @@
flex: 1;
}
.body {
position: relative;
flex: 1;
}
.header {
display: flex;
align-items: center;
@ -88,9 +93,3 @@
background: var(--primary400);
z-index: -1;
}
.body {
position: relative;
flex: 1;
overflow: hidden;
}