make definitionPanel have height to fix jumping around as scroll bar appears/disappears

This commit is contained in:
Isaac Connor 2021-02-18 10:25:05 -05:00
parent f6c2e35fe9
commit ba6797a143
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@
margin: 2px;
text-align: center;
}
#definitionPanel:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
#definitionPanel input[type=submit],
#definitionPanel input[type=submit] {