@secondstaxorg/sscomp 1.8.78 → 1.8.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -31829,8 +31829,9 @@ const ViewerContainer = styled.div`
31829
31829
  top: ${headerHeight};
31830
31830
  left: 0;
31831
31831
  right: 0;
31832
+ width: 100%;
31832
31833
  height: calc(100vh - ${headerHeight});
31833
- position:absolute;
31834
+ position:fixed;
31834
31835
  overflow-y: auto;
31835
31836
  display: flex;
31836
31837
  justify-content: center;