Skip to content

Instantly share code, notes, and snippets.

View lakshyamunjal's full-sized avatar

Lakshya Munjal lakshyamunjal

View GitHub Profile
@lakshyamunjal
lakshyamunjal / index.html
Created October 21, 2021 08:38
Window resize issue in Windows System
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<meta
@lakshyamunjal
lakshyamunjal / index.html
Last active October 21, 2021 08:39
Window width increasing after clicking maximize, minimize, alt+tab to focus the window.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<meta