Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eiurur/Save-to-Kawpaa
Browse files Browse the repository at this point in the history
  • Loading branch information
eiurur committed Jul 24, 2021
2 parents ae85b3f + 9b325bd commit eb1e21c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/js/config/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/js/lib/utils/ScriptExecuter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default class ScriptExecuter {
constructor(info) {
this.tasks = [
ChromeExecuter.insertCSS({ file: CHROME_EXTENSION_RESOURCES.css.lib }),
ChromeExecuter.insertCSS({ file: CHROME_EXTENSION_RESOURCES.css.patch }),
ChromeExecuter.executeScript({ code: `var info = ${info};` }),
];
return this;
Expand Down
11 changes: 11 additions & 0 deletions src/sass/patch.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.alertify .ajs-dimmer {
z-index: 2147483646 !important;
}

.alertify .ajs-modal {
z-index: 2147483646 !important;
}

.alertify-notifier {
z-index: 2147483647 !important;
}

0 comments on commit eb1e21c

Please sign in to comment.