We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146310a commit 02f3fefCopy full SHA for 02f3fef
1 file changed
src/_shared/types/ResourceQuiz/type.js
@@ -82,6 +82,8 @@ FrameTrail.defineType(
82
content: textDialog,
83
modal: true,
84
classes: 'quizDialog',
85
+ titlebar: false,
86
+ inheritTheme: _btn.closest('.overlayContainer'),
87
resizable: false,
88
closeOnEscape: false,
89
position: { my: 'center', at: 'center', of: _btn.closest('.overlayContainer') },
@@ -123,6 +125,8 @@ FrameTrail.defineType(
123
125
124
126
127
128
129
130
131
132
0 commit comments