We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b39991 commit 1e1bfa8Copy full SHA for 1e1bfa8
web_src/js/modules/fomantic/dimmer.js
@@ -7,7 +7,7 @@ export function initFomanticDimmer() {
7
if (arg0 === 'add content') {
8
this._dimmer = document.createElement('div');
9
queryElemChildren(document.body, '.ui.dimmer', (el) => el.remove());
10
- this._dimmer.classList.add('ui', 'dimmer', 'page', 'active', 'tw-hidden');
+ this._dimmer.classList.add('ui', 'dimmer', 'active', 'tw-hidden');
11
this._dimmer.append($el[0]);
12
document.body.append(this._dimmer);
13
} else if (arg0 === 'get dimmer') {
0 commit comments