mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +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,
|
||||
MenuDivider,
|
||||
ProgressBar,
|
||||
Popover,
|
||||
Position,
|
||||
Button,
|
||||
} from '@blueprintjs/core';
|
||||
import intl from 'react-intl-universal';
|
||||
import moment from 'moment';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.bigcapital-loading {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
display: flex;
|
||||
background: #fff;
|
||||
z-index: 999999;
|
||||
|
||||
Reference in New Issue
Block a user