Fix un-clickable button for adding content at start of chapter

This commit is contained in:
Ramon Wenger 2021-01-18 16:54:20 +01:00
parent 2fe24f532a
commit bfbc7b3d8f
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;