beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-21 00:11:59 +11:00
2 changed files with 14 additions and 11 deletions
Showing only changes of commit a636620ba2 - Show all commits

View File

@ -10,6 +10,7 @@
</head> </head>
<body> <body>
<div id="thsf-schedule-wrapper">
<div id="thsf-schedule"> <div id="thsf-schedule">
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule> <pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="grid" style="--pretalx-clr-primary: #A9C83D"></pretalx-schedule>
<noscript> <noscript>
@ -21,5 +22,6 @@
</div> </div>
</noscript> </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;