Merge pull request #4237 from matrix-org/t3chguy/fix_left_panel_custom_tags

Fix left left panel overflowing vertically
pull/21833/head
Michael Telatynski 2020-03-19 13:13:03 +00:00 committed by GitHub
commit 15a1772703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@ limitations under the License.
.mx_LeftPanel_tagPanelContainer { .mx_LeftPanel_tagPanelContainer {
flex: 0 0 70px; flex: 0 0 70px;
height: 100%; height: 100%;
display: -webkit-box;
} }
.mx_LeftPanel_hideButton { .mx_LeftPanel_hideButton {

View File

@ -23,7 +23,7 @@ limitations under the License.
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 100%; min-height: 0;
} }
.mx_TagPanel_items_selected { .mx_TagPanel_items_selected {