fix buttons on chrome vs firefox height

master
Bel LaPointe 2022-02-16 12:09:21 -07:00
parent 62c927d5ec
commit e3b97814ea
1 changed files with 3 additions and 0 deletions

View File

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