make definitionPanel have height to fix jumping around as scroll bar appears/disappears
This commit is contained in:
parent
f6c2e35fe9
commit
ba6797a143
|
@ -30,6 +30,14 @@
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
text-align: center;
|
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],
|
||||||
#definitionPanel input[type=submit] {
|
#definitionPanel input[type=submit] {
|
||||||
|
|
Loading…
Reference in New Issue