@@ -292,7 +292,7 @@
}
.edit-cont {
position: relative;
- padding: 0 30px;
+ padding: 0 30px 35px;
flex-grow: 2;
overflow: hidden;
@@ -317,6 +317,13 @@
&-action {
+ position: absolute;
+ width: 100%;
+ height: 35px;
+ left: 0;
+ bottom: 0;
+ z-index: 8;
+ padding: 0 30px;
text-align: right;
@@ -2273,6 +2273,7 @@ export default {
if (
+ this.quesModel.quesOptions &&
this.quesModel.quesOptions.length &&
this.quesModel.quesOptions.some((item) =>
checkRichTextContentIsEmpty(item.optionBody)
@@ -2347,6 +2347,7 @@ export default {