From 7d5998062b4ce6cfc65d4083f39a310818a52e9c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 1 Aug 2022 11:52:19 +0200 Subject: [PATCH] improve changelog line --- eframe/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eframe/CHANGELOG.md b/eframe/CHANGELOG.md index c7b5fb21..b3d863ba 100644 --- a/eframe/CHANGELOG.md +++ b/eframe/CHANGELOG.md @@ -28,7 +28,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C #### Web: * Added option to select WebGL version ([#1803](https://github.com/emilk/egui/pull/1803)). -* Added ability to stop/re-run web app from JavaScript ([#1803](https://github.com/emilk/egui/pull/1650)). This change is also finds parent html container and resizes canvas to it's size. So settings `html, body: [height: 100%; width: 100%;]` for older demos is required. +* Added ability to stop/re-run web app from JavaScript. ⚠️ You need to update your CSS with `html, body: { height: 100%; width: 100%; }` ([#1803](https://github.com/emilk/egui/pull/1650)).