mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Slightly higher z-index for updates-button
This commit is contained in:
parent
edeceba729
commit
eef658b758
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ a.mention span {
|
|||
}
|
||||
.updates-button {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
animation: fade-from-top 2s ease-out;
|
||||
left: 50%;
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Reference in a new issue