We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f6f9d commit bfe6cd2Copy full SHA for bfe6cd2
1 file changed
packages/scoreboard-xcpcio/templates/xcpcio_board.html
@@ -28,6 +28,7 @@
28
table { border-spacing: 2px; }
29
th { text-align: center; }
30
td.unattempted, td.empty { background-color: transparent !important; }
31
+ #app main { overflow-y: auto; overflow-x: hidden; }
32
</style>
33
<script type="module" crossorigin src="{{ '/' if process.env.DEV else UiContext.cdn_prefix }}assets/index-{{ js }}.js"></script>
34
<link rel="stylesheet" crossorigin href="{{ '/' if process.env.DEV else UiContext.cdn_prefix }}assets/index-{{ css }}.css">
0 commit comments