Open julianojcs opened 3 years ago
If we use the showTotal props, the image Attribute did not center the viewer. The showTotal element move the attibute text to the left.
Fixed it setting the CSS below:
.react-viewer-attribute { position: relative; } .react-viewer-showTotal { position: absolute; right: 0; bottom: 0px; }
If we use the showTotal props, the image Attribute did not center the viewer. The showTotal element move the attibute text to the left.
Fixed it setting the CSS below:
.react-viewer-attribute { position: relative; } .react-viewer-showTotal { position: absolute; right: 0; bottom: 0px; }