Skip to content

Commit

Permalink
Extension detail content escapes container (#240134)
Browse files Browse the repository at this point in the history
* fix: extension details escape container

* Change height of extension editor
  • Loading branch information
nknguyenhc authored Feb 11, 2025
1 parent b1bce46 commit 1a75418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
}

.extension-editor > .body > .content {
height: calc(100% - 36px);
height: calc(100% - 37px); /* Correct height so that it is not on top of bottom panel #231439 */
position: relative;
overflow: hidden;
user-select: text;
Expand Down

0 comments on commit 1a75418

Please sign in to comment.