🎨 Tweaking styling of the library table

This commit is contained in:
2022-10-28 21:46:16 -07:00
parent ff5ce10e17
commit c6a3be968a
3 changed files with 14 additions and 8 deletions

View File

@@ -413,17 +413,21 @@ pre {
.sticky {
background: #fffffc;
position: sticky;
top: 107px;
top: 40px;
z-index: 5;
.title {
background: #fffffc;
position: relative;
top: -56px;
top: 0px;
z-index: 99999;
padding-top: 20px;
}
}
.header-area {
width: 100%;
padding: 10px 0 15px 0;
}
.library {
table {
@@ -431,7 +435,7 @@ pre {
width: 100%;
thead {
position: sticky;
top: 176px;
top: 216px;
z-index: 1;
background: #fffffc;
min-height: 130px;