This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
apply vh but px for responsive
kaoritokashiki
5 anni fa
parent
802c9839fe
commit
dce91bce61
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/client/styles/scss/_page_accessaries_modal.scss
+ 1
- 1
src/client/styles/scss/_page_accessaries_modal.scss
Vedi File
@@ -6,7 +6,7 @@
}
.grw-modal-body-style {
- max-height:
80vh
;
+ max-height:
calc(100vh - 100px)
;
}
}