@files-preview-app/preview-file 1.3.8 → 1.3.9

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/styles.css CHANGED
@@ -316,7 +316,7 @@
316
316
  .fp-content {
317
317
  flex: 1;
318
318
  position: relative;
319
- overflow: auto;
319
+ overflow: auto !important;
320
320
  display: flex;
321
321
  flex-direction: column;
322
322
  align-items: stretch;