mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
BIG-4: fix splash screen page should be not scrollable and should appear before execute javascript.
This commit is contained in:
@@ -6,9 +6,6 @@ import {
|
|||||||
MenuItem,
|
MenuItem,
|
||||||
MenuDivider,
|
MenuDivider,
|
||||||
ProgressBar,
|
ProgressBar,
|
||||||
Popover,
|
|
||||||
Position,
|
|
||||||
Button,
|
|
||||||
} from '@blueprintjs/core';
|
} from '@blueprintjs/core';
|
||||||
import intl from 'react-intl-universal';
|
import intl from 'react-intl-universal';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.bigcapital-loading {
|
.bigcapital-loading {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
|
|||||||
Reference in New Issue
Block a user