Skip to content

Commit

Permalink
PATCH: fix css property SafeZoneInline
Browse files Browse the repository at this point in the history
  • Loading branch information
pvilalta committed Jan 5, 2023
1 parent 2529b5e commit 1c38337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
padding: 6px 9px;
border-radius: 5px;
box-shadow: var(--box-shadow);
background-color: var(--color-white);

&__btn-delete {
width: 90px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
position: relative;

&__component {
background-color: var(--color-white);
position: absolute;
z-index: 1;
top: -7px;
Expand Down

0 comments on commit 1c38337

Please sign in to comment.