LibWeb: Stop clipping the root element's background

This commit is contained in:
Psychpsyo
2025-06-03 13:12:48 +02:00
committed by Sam Atkins
parent 5413716802
commit 93ae57114d
Notes: github-actions[bot] 2025-07-04 15:20:13 +00:00
6 changed files with 56 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<style>
html {
background-color: black;
}
</style>