wip: planning

This commit is contained in:
mco-system 2023-04-04 20:24:43 +11:00
parent 61d4054340
commit a636620ba2
2 changed files with 14 additions and 11 deletions

View File

@ -10,16 +10,18 @@
</head> </head>
<body> <body>
<div id="thsf-schedule"> <div id="thsf-schedule-wrapper">
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule> <div id="thsf-schedule">
<noscript> <pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule>
<div class="pretalx-widget"> <noscript>
<div class="pretalx-widget-info-message"> <div class="pretalx-widget">
JavaScript is disabled in your browser. To access our schedule without JavaScript, <div class="pretalx-widget-info-message">
please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>. JavaScript is disabled in your browser. To access our schedule without JavaScript,
</div> please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>.
</div> </div>
</noscript> </div>
</noscript>
</div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -19,11 +19,12 @@ body {
/* overflow: hidden; */ /* overflow: hidden; */
} }
#thsf-schedule { #thsf-schedule-wrapper {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
} }
ul { ul {
overflow: hidden; overflow: hidden;
perspective: 900px; perspective: 900px;