Skip to content

Commit

Permalink
[#noissue] fix scroll gap
Browse files Browse the repository at this point in the history
  • Loading branch information
BillionaireDY committed Nov 3, 2021
1 parent 0a2ed90 commit c0862f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}

.l-alarm-rules-th {
overflow-y: scroll;
display: flex;
height: 30px;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: 'Open Sans', sans-serif;
background-color: var(--background-default);
grid-template-columns: auto;
grid-template-rows: 48px 53px calc(100% - 101px);
grid-template-rows: 48px calc(100% - 48px);
}

.l-webhook-title {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:host {
overflow-y: scroll;
}

li {
color: var(--text-primary);
/* height: 28px; */
Expand Down

0 comments on commit c0862f7

Please sign in to comment.