chore: make editor sticky

This commit is contained in:
boojack
2022-07-05 22:48:21 +08:00
parent 0e8d3e6907
commit 2136a954f5
11 changed files with 33 additions and 25 deletions

View File

@ -20,12 +20,12 @@
}
> .img-container {
@apply w-full h-full flex flex-col justify-center items-center;
@apply w-full h-full p-4 flex flex-col justify-center items-center;
background-color: unset;
.hide-scroll-bar();
> img {
@apply h-auto w-auto max-w-full max-h-full p-4;
@apply h-auto w-auto max-w-full max-h-full shadow;
}
}
}