Make sure mx_TagPanel_tagTileContainer occupies full height

so that the user can drag groups to an empty TagPanel

fixes https://github.com/vector-im/riot-web/issues/6276
pull/6286/head
Luke Barnard 2018-03-07 11:47:52 +00:00
parent 8f578f7378
commit 63b696ff6c
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ limitations under the License.
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.mx_TagPanel .mx_TagTile {