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:
parent
509374cc4f
commit
99c854ab2c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user