Skip to content

Commit

Permalink
Hide bottom row of pixels from export background when minimized (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrekker authored Feb 26, 2024
1 parent 216451c commit afc75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ dialog#export {
height: 130px;
background: var(--export-bg-color);
color: var(--export-color);
transform: translateY(-100%);
transform: translateY(calc(-100% - 1px));
/* overlay: none !important; */
overflow: visible;
margin: 0;
Expand Down

0 comments on commit afc75ca

Please sign in to comment.