Skip to content

Commit 6afa9d9

Browse files
save file
1 parent cf14935 commit 6afa9d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

html-components/list/css/component.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
body
77
{/*height:calc(100% - 40px);*/display:flex;flex-direction:column;gap:20px;align-items:center;margin:20px;padding-bottom:200px}
8-
8+
body
9+
{margin-top:90px}
910

1011
body>*
1112
{max-width:1400px;width:100%;padding:0 20px;}
@@ -19,6 +20,10 @@
1920
{cursor:pointer}
2021
input[type=checkbox]
2122
{width:15px;height:15px;margin:0}
23+
24+
25+
html-components-hdr
26+
{position:fixed;z-index:1;background:white;top:0px;padding-top:20px}
2227

2328

2429
#demo-tree

0 commit comments

Comments
 (0)