1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

Fix overflow for Firefox #46

This commit is contained in:
lana-k
2021-05-22 22:26:23 +02:00
parent 700970e1cc
commit c96deb5766

View File

@@ -77,7 +77,7 @@ export default {
font-family: monospace; font-family: monospace;
font-size: 13px; font-size: 13px;
margin-left: 8px; margin-left: 8px;
overflow: scroll; overflow: auto;
max-height: 170px; max-height: 170px;
} }
.info-item { .info-item {