Skip to content

Commit 3203656

Browse files
committed
ui: fix sticky header
1 parent 2b7b974 commit 3203656

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/ui-default/misc/structure.styl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,3 @@ html
153153

154154
.flex-cross-stretch
155155
align-items: stretch
156-
157-
.overflow-hidden-horizontal
158-
overflow-x: hidden

packages/ui-default/templates/partials/scoreboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</blockquote>
1919
</div>
2020
{% endif %}
21-
<div class="section__body no-padding overflow-hidden-horizontal">
21+
<div class="section__body no-padding">
2222
<table class="data-table">
2323
<colgroup>
2424
{%- for column in rows[0] -%}

0 commit comments

Comments
 (0)