What's new - 帮助文档
docs.growingio.com
width=device-width, initial-scale=1">
body.dragging * {
cursor: grabbing !important;
}
.gitbook-splashscreen {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
}
.slate-spacer {
height: 0;
color: transparent;
outline: none;
position: absolute;
}
@keyframes LoadingIndicator {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
[data-loading-indicator='true'] {
animation: LoadingIndicator 0.6s linear infinite;
}
What's new - 帮助文档
:root {