Skip to content

Commit 939a2e7

Browse files
committed
Revert "Fixed scroll behavior (#9043)"
This reverts commit 9bcd1ea.
1 parent 880110b commit 939a2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/src/emulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export function updateEmulatorBanner(
220220
function setupBannerStyles(bannerEl: HTMLElement): void {
221221
bannerEl.style.display = 'flex';
222222
bannerEl.style.background = '#7faaf0';
223-
bannerEl.style.position = 'fixed';
223+
bannerEl.style.position = 'absolute';
224224
bannerEl.style.bottom = '5px';
225225
bannerEl.style.left = '5px';
226226
bannerEl.style.padding = '.5em';

0 commit comments

Comments
 (0)