@firebase/util 1.11.2 → 1.11.3

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.js CHANGED
@@ -810,7 +810,7 @@ function updateEmulatorBanner(name, isRunningEmulator) {
810
810
  function setupBannerStyles(bannerEl) {
811
811
  bannerEl.style.display = 'flex';
812
812
  bannerEl.style.background = '#7faaf0';
813
- bannerEl.style.position = 'absolute';
813
+ bannerEl.style.position = 'fixed';
814
814
  bannerEl.style.bottom = '5px';
815
815
  bannerEl.style.left = '5px';
816
816
  bannerEl.style.padding = '.5em';