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:
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user