Skip to content

Commit

Permalink
fix(css): Allowing overflow for list modale
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 16, 2022
1 parent c1cbe60 commit a998647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cmd/fibr/templates/share-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#shares {
border-spacing: 0;
display: block;
overflow-x: hidden;
overflow-y: auto;
overflow: auto;
}

#shares th,
Expand Down
3 changes: 1 addition & 2 deletions cmd/fibr/templates/webhook-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#webhooks {
border-spacing: 0;
display: block;
overflow-x: hidden;
overflow-y: auto;
overflow: auto;
}

#webhooks th,
Expand Down

0 comments on commit a998647

Please sign in to comment.