Skip to content

Commit

Permalink
style(client): overlay frame show scrollbar (#14701)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Nov 14, 2023
1 parent c5b4aeb commit 8aa4134
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/vite/src/client/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@ pre::-webkit-scrollbar {
display: none;
}
pre.frame::-webkit-scrollbar {
display: block;
height: 5px;
}
pre.frame::-webkit-scrollbar-thumb {
background: #999;
border-radius: 5px;
}
pre.frame {
scrollbar-width: thin;
}
.message {
line-height: 1.3;
font-weight: 600;
Expand Down

0 comments on commit 8aa4134

Please sign in to comment.