Skip to content

Commit

Permalink
Fixed sizing of subscriber table
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Mar 31, 2023
1 parent 3e705af commit 716989b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion View/Elements/Components/vue-table.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<style>
.ui-autocomplete {
max-height: 220px;
max-height: 240px;
overflow-y: auto;
overflow-x: hidden;
padding-right: 20px;
Expand Down
9 changes: 0 additions & 9 deletions View/Elements/base-styles.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
--secondary: var(--darkteal)
}

#subscriber-picker .ui-autocomplete {
max-height: 75vh;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
/* add padding to account for vertical scrollbar */
padding-right: 20px;
}

.text-grouper {
color: var(--primary);
}
Expand Down

0 comments on commit 716989b

Please sign in to comment.