Skip to content

Commit

Permalink
Fix gradient clipping in inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
rukmini-bose committed Apr 16, 2024
1 parent 32edd30 commit 57238ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/inspector/inspector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
overflow: hidden;

&:after {
//background-image: linear-gradient(90deg, transparent 0%, rgba($colorTabBg, 1) 70%);
background-image: linear-gradient(90deg, transparent 0%, rgba($colorTabBg, 1) 70%);
content: '';
display: block;
position: absolute;
Expand Down

0 comments on commit 57238ff

Please sign in to comment.