dashed-slug.net › Forums › Exchange extension support › Is possible change Exchange market template ? › Reply To: Is possible change Exchange market template ?
December 5, 2019 at 8:21 am
#7411
alexg
Keymaster
Hello,
You can disable the max height on the markets view with the following CSS:
.dashed-slug-wallets-exchange.market table {
max-height: none;
}
Or if you want to set some particular height:
.dashed-slug-wallets-exchange.market table {
max-height: 100em;
}
with regards