Merge pull request #9609 from Dmitriymush/enhacements/widget-no-data

Added additional z-index to widget no data container
This commit is contained in:
Igor Kulikov 2023-11-10 17:39:59 +02:00 committed by GitHub
commit 07219e39d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: rgba(255, 255, 255, .75); background: rgba(255, 255, 255, .75);
z-index: 2;
span { span {
color: #000; color: #000;