Given back header the priority over snackbar with z-index value and a padding to avoid collision. (#9687)

* increased top padding to match main header

referring to issue 9678
https://github.com/HabitRPG/habitica/issues/9678

* adjusted the z value to appropriate levels

z-index adjusted from 99999 to 999
This commit is contained in:
josteins1 2018-01-05 20:23:03 +01:00 committed by Sabe Jones
parent a6ddd6d233
commit 8b5933177a

View file

@ -8,9 +8,9 @@
.notifications {
position: fixed;
right: 10px;
top: 10px;
top: 65px;
width: 350px;
z-index: 99999;
z-index: 999;
}
</style>