We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c526284 commit e4c7ddeCopy full SHA for e4c7dde
1 file changed
src/web/css/editor.css
@@ -2305,10 +2305,12 @@ table.pyret-table.pyret-matrix {
2305
2306
2307
table.pyret-table { width: 98%; overflow: scroll; }
2308
+/* make sure rotate elts in the table (like roughnums!) don't punch through */
2309
table.pyret-table thead {
2310
box-shadow: 0px 2px 2px var(--shadow-color);
2311
position: sticky;
2312
top: 0;
2313
+ z-index: 1;
2314
}
2315
2316
table.pyret-table tr:last-child td:first-child {
0 commit comments