Skip to content

Commit 76c49a4

Browse files
authored
Merge pull request #17 from codedstrings/fix/overflow
fix: add horizontal overflow hidden to projects list
2 parents cdbeca9 + a91e965 commit 76c49a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/assets/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ body {
8686
/* list project section */
8787
.projects-list{
8888
overflow-y: auto;
89+
overflow-x: hidden;
8990
}
9091
.projects-list, .button-add-project{
9192
padding-left: 5px;

0 commit comments

Comments
 (0)