Merge branch 'hotfix/add-content-button-bug' into develop

This commit is contained in:
Ramon Wenger 2021-01-18 18:20:52 +01:00
commit ce6b58f384
1 changed files with 2 additions and 0 deletions

View File

@ -39,9 +39,11 @@
.add-content {
display: none;
position: relative;
@include desktop {
display: flex;
}
z-index: 1;
justify-content: flex-end;