Skip to content

Commit

Permalink
Chore: remove sticky column headers per style breaking (#520)
Browse files Browse the repository at this point in the history
* 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..
  • Loading branch information
scottaohara committed May 7, 2024
1 parent da34cb3 commit 7856a5b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions makeup.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,11 @@ a code {
padding: 0;
}

.simple thead {
position: sticky;
top: 0px;
}

table th ul,
table td ul {
padding-left: .825em;
}

.simple th {
scroll-margin-top: 120px;
}



/* these classes don't behave very well for inline changes.
so these updates were made to make these work better in
this spec. */
Expand Down

0 comments on commit 7856a5b

Please sign in to comment.