Skip to content

Commit

Permalink
Move overflow hidden to phone-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
p-malecki committed Dec 16, 2024
1 parent ceead90 commit 07126c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode-extension/src/webview/components/Preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
transform: translate(0px, 21px);
}

@media (width <= 450px) {
.phone-content {
@media (width <= 415px) {
.phone-wrapper {
overflow: hidden;
}
}

0 comments on commit 07126c3

Please sign in to comment.