Skip to content

Commit

Permalink
style(actor): fix scrolling (#1365)
Browse files Browse the repository at this point in the history
* fix skill scrolling in default theme

#1351
  • Loading branch information
wrycu authored Feb 23, 2024
1 parent aa1a41d commit 6b5f110
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scss/components/_skills.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
}

.skillsTablesGrid {
position: relative;
overflow: auto;
height: calc(100% - 5.5rem);
position: relative;
overflow: auto;
height: calc(100% - 5.5rem);
float: left; width: 100%;
}

Expand Down Expand Up @@ -63,7 +63,7 @@
.skillTable {
.skillsHeader {
line-height: 1.313rem;

div {
text-align: center;
padding: 3px;
Expand Down Expand Up @@ -116,4 +116,7 @@
border: 0;
}
}
}
.skillsGrid:last-child {
padding-bottom: 2rem;
}
3 changes: 3 additions & 0 deletions styles/starwarsffg.css
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,9 @@ img {
height: 1em;
border: 0;
}
.starwarsffg .skillsGrid:last-child {
padding-bottom: 2rem;
}
.starwarsffg .items {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 6b5f110

Please sign in to comment.