Fixed some issues related to z-index and color.

pull/83/head
Akshay Joshi 2022-04-05 14:26:40 +05:30
parent 8f8adcf71b
commit 8ce7ccb031
3 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@ const useStyles = makeStyles((theme) => ({
cursor: 'pointer'
},
link: {
color: theme.otherVars.stepFg + '!important',
color: theme.palette.text.primary + '!important',
},
cardColumn: {
flex: '0 0 100%',

View File

@ -60,7 +60,7 @@ module.exports = Alertify.dialog('fileSelectionDlg', function() {
// Add our class to alertify
$(this.elements.body.childNodes[0]).addClass('alertify_tools_dialog_properties');
$(this.elements.root).css('z-index', 3002);
$.get(url_for('file_manager.index'), function(data) {
content.append(data);
});

View File

@ -1,6 +1,5 @@
/* Overrides alertify js headers */
.alertify {
z-index: 3002;
position: fixed;
.ajs-header {