Fix popover visibility

DDF wizard and popover has some issues with visibility, this is a quick hack so we should try fix it a bit nicer, but for time being it's fine
This commit is contained in:
Karel Hala 2021-06-10 17:50:13 +02:00 committed by Sanne Raymaekers
parent 0c7a1500ec
commit 9a56b859ef
6 changed files with 6 additions and 4 deletions

View file

@ -7,6 +7,7 @@ const { config: webpackConfig, plugins } = config({
debug: true,
port: 8002,
useFileHash: false,
sassPrefix: '.image-builder, body',
skipChrome2: true,
});