Fix #949 layer list in viewer not scrollable

pull/958/head
Piero Toffanin 2021-02-05 15:18:02 -05:00
rodzic ac3e5d92c7
commit d66dc0491d
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -274,7 +274,7 @@ export default class LayersControlLayer extends React.Component {
{this.state.expanded ?
<div className="layer-expanded">
<Histogram width={280}
<Histogram width={274}
loading={histogramLoading}
statistics={tmeta.statistics}
colorMap={cmapValues}

Wyświetl plik

@ -3,6 +3,7 @@
background: #fff;
width: 300px;
min-height: 74px;
max-height: 400px;
overflow-y: auto;
.loading{