Skip to content

Commit

Permalink
fixed table height to allow sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
cj12312021 committed Dec 17, 2023
1 parent 76278b5 commit 50c8d3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/v2.5/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,10 @@ textarea.text-input {
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0;
max-height: 78dvh;
min-width: min-content;
overflow-x: auto;
position: relative;

table {
margin: 0;
Expand Down Expand Up @@ -550,7 +552,10 @@ textarea.text-input {
}

th {
background-color: #202b33;
border: none;
position: sticky;
z-index: 100;
}

.date-head {
Expand Down

0 comments on commit 50c8d3f

Please sign in to comment.