0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00

Closes #4218 fix loading overlay blocking chart interactions (#4241)

This commit is contained in:
Tiina 2021-05-06 16:50:17 -07:00 committed by GitHub
parent 79a64bae8e
commit d71e52cbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
/* DEPRECATED in favor of global.scss */
@import '~/vars';
.layout-container {
max-width: 100vw;
@ -23,7 +24,7 @@
text-align: center;
min-height: 6rem;
opacity: 0.7;
z-index: 9999;
z-index: $z_content_overlay;
display: flex;
align-items: center;
justify-content: center;