Skip to content

Commit

Permalink
Shell scrollbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
jjophi authored and notthetup committed Mar 22, 2024
1 parent 239e7fa commit 14f31cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/org/arl/fjage/web/shell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@
padding: 0;
margin: 0;
}
*::-webkit-scrollbar {
width: 8px;
}

*::-webkit-scrollbar-track {
background: transparent;
}

*::-webkit-scrollbar-thumb {
background-color: rgba(134, 134, 134, 0.46);
border-radius: 20px;
border: 4px solid transparent;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 14f31cf

Please sign in to comment.