Skip to content

Instantly share code, notes, and snippets.

View Master-Hash's full-sized avatar
🏳️‍⚧️

Hash Master-Hash

🏳️‍⚧️
  • Beijing, China
  • 10:58 (UTC +08:00)
View GitHub Profile
@Master-Hash
Master-Hash / main.md
Created June 8, 2024 13:12
Pancake Stack CSS

这里只讨论流式文档布局

calc()

适用:其余元素高度已知。

不适用:有任何高度不定动态内容。

<div id="body" class="h-full text-white">
@Master-Hash
Master-Hash / buggy.html
Last active June 7, 2024 09:49
Render bug reproduction
<!DOCTYPE html>
<html lang=zh-cn>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1.0">
<meta http-equiv=X-UA-Compatible content="IE=edge">
<style>
.buggy {
line-height: 1.75
}