From 0545f3d3ad1fd3b15076deb4375570c4f261c050 Mon Sep 17 00:00:00 2001 From: turt2live Date: Sat, 10 Jun 2017 19:40:58 -0600 Subject: [PATCH] Fix toasters being behind dialogs --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index 7606832..0b449f9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -3,6 +3,6 @@ module.exports = { plugins: { 'postcss-import': {}, 'postcss-cssnext': {browsers: ['last 2 version']}, - 'cssnano': {} + 'cssnano': {zindex: false} } }; \ No newline at end of file