diff options
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
-rw-r--r-- | src/client/views/nodes/LoadingBox.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss index f6912f547..d63ed2575 100644 --- a/src/client/views/nodes/LoadingBox.scss +++ b/src/client/views/nodes/LoadingBox.scss @@ -4,6 +4,8 @@ align-content: center; justify-content: center; background-color: #fdfdfd; + height: 100%; + align-items: center; } .textContainer { |