1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00

stack banners if multiple displayed (#3731)

This commit is contained in:
Scott Bishel 2022-08-24 09:32:47 -06:00 committed by GitHub
parent 509374cc4f
commit 99c854ab2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,14 @@
.BoardPage {
position: relative;
.CloudMessage:not(:first-child),
.VersionMessage:not(:first-child) {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
> .error {
background-color: rgba(230, 192, 192, 0.9);
text-align: center;