This commit is contained in:
Liyas Thomas
2020-03-22 11:05:26 +05:30
parent e7e960e5ec
commit da5f52db74

View File

@@ -786,9 +786,12 @@ ol li {
&.show {
display: flex;
position: fixed;
top: 12px;
right: 12px;
z-index: 2;
bottom: 86px;
left: 50%;
z-index: 10001;
transform: translateX(-50%);
box-shadow: 0 4px 24px rgba(black, 0.2);
transition: all .2s ease-in-out;
}
}