Skip to content

Commit

Permalink
fix: add playground css
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 2, 2024
1 parent a6a6eae commit 2890c7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,18 @@ sidenav ul li:hover {
color: #333;
}

.hide-preview .playground-preview {
display: none;
}

.hide-code .playground-code {
display: none;
}

.hide-preview .playground-code {
height: 100% !important;
}

::-webkit-scrollbar {
width: 5px;
height: 5px;
Expand Down

0 comments on commit 2890c7a

Please # to comment.