🔧 Streamlined search and pagination controls on Library page

This commit is contained in:
2022-11-03 12:47:31 -07:00
parent 74ea2742f0
commit b1fb256189
3 changed files with 42 additions and 43 deletions

View File

@@ -410,32 +410,33 @@ pre {
}
}
// Library
.sticky {
background: #fffffc;
position: sticky;
top: 40px;
z-index: 5;
.title {
background: #fffffc;
position: relative;
top: 0px;
z-index: 99999;
padding-top: 20px;
}
}
.header-area {
width: 100%;
padding: 10px 0 15px 0;
padding: 25px 0 15px 0;
position: sticky;
background: #fffffc;
top: 50px;
}
.library {
.table-controls {
background: #fffffc;
justify-content: space-between;
position: sticky;
top: 126px;
padding-bottom: 10px;
}
.pagination {
margin: 0;
background: #fffffc;
}
table {
border-collapse: separate;
width: 100%;
thead {
position: sticky;
top: 216px;
top: 250px;
z-index: 1;
background: #fffffc;
min-height: 130px;