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 {
|
.add-content {
|
||||||
display: none;
|
display: none;
|
||||||
|
position: relative;
|
||||||
@include desktop {
|
@include desktop {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue