blob: d146f913fe4dfd56667e838cab874d6bfdd552f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<style>
#a {
line-height: 41%;
flex: -1; transform: translatex(0)
}
.b {
overflow-y: scroll;
opacity: -1;
}
</style>
<h1 id="a">
<ol class="b">
<li>
<label class="b">
<menu style="position: fixed">x</menu>
|