We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf14935 commit 6afa9d9Copy full SHA for 6afa9d9
1 file changed
html-components/list/css/component.css
@@ -5,7 +5,8 @@
5
6
body
7
{/*height:calc(100% - 40px);*/display:flex;flex-direction:column;gap:20px;align-items:center;margin:20px;padding-bottom:200px}
8
-
+ body
9
+ {margin-top:90px}
10
11
body>*
12
{max-width:1400px;width:100%;padding:0 20px;}
@@ -19,6 +20,10 @@
19
20
{cursor:pointer}
21
input[type=checkbox]
22
{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}
27
28
29
#demo-tree
0 commit comments