fixed messages table display

This commit is contained in:
Jan Prochazka
2021-08-19 11:53:08 +02:00
parent 7453afa684
commit e3bdad6d77

View File

@@ -69,11 +69,16 @@
.main { .main {
flex: 1; flex: 1;
display: flex; display: flex;
position: relative;
overflow-y: scroll; overflow-y: scroll;
background-color: var(--theme-bg-0); background-color: var(--theme-bg-0);
} }
table { table {
flex: 1; position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
border-spacing: 0; border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
} }