1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00

fix notifications over tour

This commit is contained in:
Sylvain 2020-02-17 18:57:05 +01:00
parent fd471be40a
commit 11a2dde776

View File

@ -1,5 +1,5 @@
.ui-tour-backdrop {
background-color: rgba(0, 0, 0, 0.5);
fill: rgba(0, 0, 0, 0.5);
z-index: 1000;
z-index: 10000;
}