kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fix #949 layer list in viewer not scrollable
rodzic
ac3e5d92c7
commit
d66dc0491d
|
@ -274,7 +274,7 @@ export default class LayersControlLayer extends React.Component {
|
||||||
|
|
||||||
{this.state.expanded ?
|
{this.state.expanded ?
|
||||||
<div className="layer-expanded">
|
<div className="layer-expanded">
|
||||||
<Histogram width={280}
|
<Histogram width={274}
|
||||||
loading={histogramLoading}
|
loading={histogramLoading}
|
||||||
statistics={tmeta.statistics}
|
statistics={tmeta.statistics}
|
||||||
colorMap={cmapValues}
|
colorMap={cmapValues}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
min-height: 74px;
|
min-height: 74px;
|
||||||
|
max-height: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
.loading{
|
.loading{
|
||||||
|
|
Ładowanie…
Reference in New Issue