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