mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
temporary height fix for configurator
This commit is contained in:
parent
9b45d22037
commit
492aac40af
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<b-row align-v="stretch">
|
||||
<b-col cols="12" md="3">
|
||||
<b-col cols="12" md="3" style="height: 760px; overflow-y: scroll">
|
||||
<div ref="availablePairlistsEl" class="available-pairlists">
|
||||
<b-row
|
||||
v-for="pairlist in availablePairlists"
|
||||
|
|
Loading…
Reference in New Issue
Block a user