1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 09:10:17 +02:00

misc fixes

This commit is contained in:
Kushagra Gour
2018-06-03 00:28:39 +05:30
parent 959fef487f
commit e739ed498f
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import { computeHtml, computeCss, computeJs } from '../computes';
import { HtmlModes, CssModes, JsModes } from '../codeModes';
import { log } from '../utils';
import { SplitPane } from './SplitPane.jsx';
import { trackEvent } from '../analytics';
const BASE_PATH = chrome.extension || window.DEBUG ? '/' : '/app';
const minCodeWrapSize = 33;

View File

@@ -697,6 +697,8 @@ body>#demo-frame {
visibility: hidden;
background-color: rgba(102, 51, 153, 0.7);
background-color: rgba(0, 0, 0, 0.7);
/* To prevent scroll repaint inside modal */
will-change: transform;
}
.modal__close-btn {