mirror of https://github.com/usememos/memos
fix: image scrollbar (#494)
parent
477130aa85
commit
9036bd478b
@ -1,11 +1,8 @@
|
|||||||
.image-container {
|
.image-container {
|
||||||
width: 200px;
|
@apply hide-scrollbar;
|
||||||
height: auto;
|
|
||||||
overflow-y: scroll;
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
@apply m-auto w-full h-auto;
|
@apply w-full h-auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue