no message
This commit is contained in:
parent
3f4e640b4a
commit
74ac415e60
@ -89,10 +89,10 @@
|
||||
border-radius: 10px;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: show 0.3s forwards;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid #ebebeb;
|
||||
}
|
||||
@keyframes show {
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
height: 0;
|
||||
}
|
||||
|
@ -93,10 +93,10 @@
|
||||
border-radius: 10px;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: show 0.3s forwards;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid rgba(235, 235, 235, 1);
|
||||
|
||||
@keyframes show {
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
height: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user