Skip to content
Snippets Groups Projects
Commit 888dcd25 authored by syuilo's avatar syuilo
Browse files

画像ダイアログでスクロールが発生しないように

parent 2b69fca6
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,13 @@ export default defineComponent({
<style lang="scss" scoped>
.xubzgfga {
max-width: 1024px;
display: flex;
flex-direction: column;
height: 100%;
> header,
> footer {
align-self: center;
display: inline-block;
padding: 6px 9px;
font-size: 90%;
......@@ -60,7 +63,10 @@ export default defineComponent({
> img {
display: block;
max-width: 100%;
flex: 1;
min-height: 0;
object-fit: contain;
width: 100%;
cursor: zoom-out;
image-orientation: from-image;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment