Skip to content

Commit e4c7dde

Browse files
authored
make sure rotate elts in the table (like roughnums!) don't punch through
1 parent c526284 commit e4c7dde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/web/css/editor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,10 +2305,12 @@ table.pyret-table.pyret-matrix {
23052305

23062306

23072307
table.pyret-table { width: 98%; overflow: scroll; }
2308+
/* make sure rotate elts in the table (like roughnums!) don't punch through */
23082309
table.pyret-table thead {
23092310
box-shadow: 0px 2px 2px var(--shadow-color);
23102311
position: sticky;
23112312
top: 0;
2313+
z-index: 1;
23122314
}
23132315

23142316
table.pyret-table tr:last-child td:first-child {

0 commit comments

Comments
 (0)