sanity-plugin-seofields 1.4.0 → 1.4.1

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.cjs CHANGED
@@ -1020,7 +1020,7 @@ var init_SeoHealthDashboard = __esm({
1020
1020
  display: inline-block;
1021
1021
  `;
1022
1022
  IssuesPopover = import_styled_components2.default.div`
1023
- position: absolute;
1023
+ position: fixed;
1024
1024
  bottom: auto;
1025
1025
  left: 0;
1026
1026
  transform: translateY(calc(-100% - 14px));