Revert buggy timeline layout refactor

This commit is contained in:
Evan Hahn 2022-03-09 16:44:57 -06:00 committed by GitHub
parent 81e991af80
commit 3226156a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 64 additions and 23 deletions

View file

@ -5448,7 +5448,6 @@ button.module-image__border-overlay:focus {
.module-timeline {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
@ -5463,7 +5462,6 @@ button.module-image__border-overlay:focus {
overflow-y: overlay;
display: flex;
flex-direction: column;
position: relative;
}
.module-timeline__messages {