Skip to content

Commit a91e965

Browse files
committed
fix: add horizontal overflow hidden to projects list
1 parent 26710cb commit a91e965

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)