Skip to content

Commit 7856a5b

Browse files
authored
Chore: remove sticky column headers per style breaking (#520)
* remove sticky column headers per style breaking * Update makeup.css don't know why the last publish failed. maybe if i remove the css instead of commenting it out? this is silly..
1 parent da34cb3 commit 7856a5b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

makeup.css

-11
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,11 @@ a code {
4848
padding: 0;
4949
}
5050

51-
.simple thead {
52-
position: sticky;
53-
top: 0px;
54-
}
55-
5651
table th ul,
5752
table td ul {
5853
padding-left: .825em;
5954
}
6055

61-
.simple th {
62-
scroll-margin-top: 120px;
63-
}
64-
65-
66-
6756
/* these classes don't behave very well for inline changes.
6857
so these updates were made to make these work better in
6958
this spec. */

0 commit comments

Comments
 (0)