Skip to content

Commit 102ea67

Browse files
committed
fix table view css for applet
1 parent 6cb9e79 commit 102ea67

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

web/src/components/OutcomeTable/OutcomeTable.scss

+4
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@
3636
overflow-y: scroll;
3737
padding-bottom: 4rem;
3838
}
39+
40+
.acorn-we-applet .outcome-table-rows {
41+
overflow-y: unset;
42+
}
3943
}

web/src/components/OutcomeTableWithFilters/OutcomeTableWithFilters.scss

+5
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
flex-direction: column;
55
overflow: hidden;
66
background-color: var(--bg-color-tertiary);
7+
}
8+
9+
.acorn-we-applet .outcome-table-with-filters {
10+
width: 100%;
11+
position: absolute;
712
}

0 commit comments

Comments
 (0)