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
This commit is contained in:
Luke Barnard 2018-03-07 11:47:52 +00:00
parent 8f578f7378
commit 63b696ff6c

View File

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