This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
apply vh but px for responsive
kaoritokashiki
5 years ago
parent
802c9839fe
commit
dce91bce61
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/client/styles/scss/_page_accessaries_modal.scss
+ 1
- 1
src/client/styles/scss/_page_accessaries_modal.scss
View File
@@ -6,7 +6,7 @@
}
.grw-modal-body-style {
- max-height:
80vh
;
+ max-height:
calc(100vh - 100px)
;
}
}