Made the header button show/hide work
This commit is contained in:
parent
48668f7f6e
commit
284e70b841
20 changed files with 585 additions and 588 deletions
17
app/styles/scrollbar.css
Normal file
17
app/styles/scrollbar.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* Scrollbar styling */
|
||||
.scrollbar {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.scrollbar::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.scrollbar::-webkit-scrollbar-thumb {
|
||||
background-color: #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.scrollbar::-webkit-scrollbar-track {
|
||||
background-color: #f1f1f1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue