We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880110b commit 939a2e7Copy full SHA for 939a2e7
packages/util/src/emulator.ts
@@ -220,7 +220,7 @@ export function updateEmulatorBanner(
220
function setupBannerStyles(bannerEl: HTMLElement): void {
221
bannerEl.style.display = 'flex';
222
bannerEl.style.background = '#7faaf0';
223
- bannerEl.style.position = 'fixed';
+ bannerEl.style.position = 'absolute';
224
bannerEl.style.bottom = '5px';
225
bannerEl.style.left = '5px';
226
bannerEl.style.padding = '.5em';
0 commit comments