Fix un-clickable button for adding content at start of chapter
This commit is contained in:
parent
2fe24f532a
commit
bfbc7b3d8f
|
|
@ -39,9 +39,11 @@
|
|||
|
||||
.add-content {
|
||||
display: none;
|
||||
position: relative;
|
||||
@include desktop {
|
||||
display: flex;
|
||||
}
|
||||
z-index: 1;
|
||||
|
||||
justify-content: flex-end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue