🐛 Fixed #696
This commit is contained in:
@@ -786,9 +786,12 @@ ol li {
|
|||||||
&.show {
|
&.show {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 12px;
|
bottom: 86px;
|
||||||
right: 12px;
|
left: 50%;
|
||||||
z-index: 2;
|
z-index: 10001;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
box-shadow: 0 4px 24px rgba(black, 0.2);
|
||||||
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user