mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
@ -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 New Issue
Block a user