Skip to content

Commit be09f59

Browse files
committed
[governance] Fix overlapping proposal votes and content (#1991)
1 parent 7e42693 commit be09f59

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/style/Governance.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
.proposal-details-overview-voting {
272272
background-color: var(--disabled-background-color-lighter);
273273
padding: 30px 20px;
274-
width: 286px;
274+
width: 284px;
275275
height: 60px;
276276

277277
.go-back-icon-button {
@@ -360,6 +360,7 @@
360360

361361
.proposal-details-text {
362362
overflow: auto;
363+
margin-top: 20px;
363364
p {
364365
word-wrap: break-word;
365366
}

app/style/Layout.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@
202202
}
203203

204204
.tabbed-page-body.governance>.tab-content {
205-
overflow-y: hidden;
206-
display: flex;
207-
flex-direction: column;
205+
height: 100%;
208206
}
209207

210208
.tabbed-page .tab-content {

0 commit comments

Comments
 (0)