fix buttons on chrome vs firefox height

This commit is contained in:
Bel LaPointe
2022-02-16 12:09:21 -07:00
parent 62c927d5ec
commit e3b97814ea

View File

@@ -75,6 +75,9 @@
.tb_fullscreen {
height: 100%;
}
.button, button, input[type="button"] {
height: auto;
}
</style>
<script>
function http(method, remote, callback, body, headers) {