BIG-4: fix splash screen page should be not scrollable and should appear before execute javascript.

This commit is contained in:
a.bouhuolia
2021-09-14 15:54:31 +02:00
parent e1a2fa57db
commit cc13383466
2 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,6 @@ import {
MenuItem,
MenuDivider,
ProgressBar,
Popover,
Position,
Button,
} from '@blueprintjs/core';
import intl from 'react-intl-universal';
import moment from 'moment';

View File

@@ -1,7 +1,7 @@
.bigcapital-loading {
height: 100%;
width: 100%;
position: absolute;
position: fixed;
display: flex;
background: #fff;
z-index: 999999;