Set a minimum size for the character sheet
Apply the following limitation to prevent the window from shrinking too much. (limit the sizes to our actual needed values).
.charsheetwindow {
min-width: 675px;
min-height: 770px;
}
Edited by Jerome Lavoie