최초 커밋

This commit is contained in:
root
2026-07-23 16:15:57 +09:00
commit c8f5efb6b7
14652 changed files with 4812531 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.sot{overflow: auto; box-sizing: border-box; padding: 0;}
.sot > table{table-layout: fixed; position: relative; border-collapse: separate !important; border-spacing: 0; padding: 0; margin: 0; width:100%; border-width:0px; overflow: visible;}
.sot-top{position: sticky; top:0; z-index: 20;}
.sot-left {position: sticky; left: 0; z-index: 10;}
.sot-bottom {position: sticky; bottom:0; z-index: 20;}
.sot-right {position: sticky; right: 0; z-index: 10;}
.sot-top.sot-left {z-index: 30;}