blob: 8e226e38cb5575eceb9fca9d9561f387d5863e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<script>
window.requestIdleCallback(function(){
document.documentElement.style.display="none";
document.documentElement.getBoundingClientRect();
document.documentElement.style.display="";
});
</script>
<style>
body {
-webkit-border-radius: 16px;
overflow-x: hidden;
-webkit-filter: blur(0px);
width: 1em;
}
:root {
scroll-snap-destination: left top 36%;
}
#a {
overflow: scroll;
clip-path: url(#x);
}
</style>
<dl id="a">|<dialog open>
|