Skip to content

Commit bfe6cd2

Browse files
committed
scoreboard-xcpcio: fix #1137
1 parent d2f6f9d commit bfe6cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/scoreboard-xcpcio/templates/xcpcio_board.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
table { border-spacing: 2px; }
2929
th { text-align: center; }
3030
td.unattempted, td.empty { background-color: transparent !important; }
31+
#app main { overflow-y: auto; overflow-x: hidden; }
3132
</style>
3233
<script type="module" crossorigin src="{{ '/' if process.env.DEV else UiContext.cdn_prefix }}assets/index-{{ js }}.js"></script>
3334
<link rel="stylesheet" crossorigin href="{{ '/' if process.env.DEV else UiContext.cdn_prefix }}assets/index-{{ css }}.css">

0 commit comments

Comments
 (0)