diff --git a/webapp/src/pages/boardPage/boardPage.scss b/webapp/src/pages/boardPage/boardPage.scss index 881213ed7..7b1a3c4a0 100644 --- a/webapp/src/pages/boardPage/boardPage.scss +++ b/webapp/src/pages/boardPage/boardPage.scss @@ -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;