20 lines
193 B
Plaintext
Raw Normal View History

2025-07-10 16:27:08 +08:00
:host {
display: block;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
.top {
display: inherit;
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}