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 ?
|
||||
<div className="layer-expanded">
|
||||
<Histogram width={280}
|
||||
<Histogram width={274}
|
||||
loading={histogramLoading}
|
||||
statistics={tmeta.statistics}
|
||||
colorMap={cmapValues}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
background: #fff;
|
||||
width: 300px;
|
||||
min-height: 74px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
|
||||
.loading{
|
||||
|
|
Ładowanie…
Reference in New Issue