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:
parent
8f578f7378
commit
63b696ff6c
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagTile {
|
.mx_TagPanel .mx_TagTile {
|
||||||
|
|
Loading…
Reference in a new issue