blob: 5fa6e7a00bb9b9562dea1b5f75743e447fe10e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<style>
.cl {
overflow-x: scroll;
contain: paint;
position: absolute;
}
</style>
<q style="visibility: collapse">
<table style="transform-style: preserve-3d">
<tbody class="cl">
<th style="rotate: -1deg 48 0 0">a</th>
|