Skip to content

Commit 1cb0d9b

Browse files
committed
refactor: update simplebar
1 parent 3606808 commit 1cb0d9b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/pug/_partials/head.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ meta(name='theme-color', content='#ffffff')
2626

2727
link(rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/themes/prism.css')
2828
link(rel='stylesheet' href='node_modules/simplebar/dist/simplebar.css')
29+
link(rel='stylesheet' href='css/vendors/simplebar.css')
2930

3031

3132
// Main styles for this application

src/scss/vendors/simplebar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.simplebar-content {
2+
display: flex;
3+
flex-direction: column;
4+
min-height: 100%;
5+
}

0 commit comments

Comments
 (0)