mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
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:
parent
a6ddd6d233
commit
8b5933177a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@
|
|||
.notifications {
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
top: 65px;
|
||||
width: 350px;
|
||||
z-index: 99999;
|
||||
z-index: 999;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue