mirror of https://github.com/vector-im/riot-web
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/6276pull/6286/head
parent
8f578f7378
commit
63b696ff6c
|
@ -55,6 +55,8 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagTile {
|
||||
|
|
Loading…
Reference in New Issue