First Alpha
This commit is contained in:
@ -6,9 +6,13 @@
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
background: var(--back-color);
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.transition_slidein {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
animation-name: slidein;
|
||||
animation-duration: 0.3s;
|
||||
z-index: 64;
|
||||
|
Reference in New Issue
Block a user