Skip to content

Commit

Permalink
[form-builder] PTE: fix position on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 47c3bd4 commit cf30154
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
left: 0;
right: 0;
bottom: 0;

@media (--max-screen-medium) {
position: fixed;
}
}

.root {
Expand Down Expand Up @@ -176,9 +180,9 @@
display: flex;
flex-direction: column;

@nest .fullscreenPortal & {
/* @nest .fullscreenPortal & {
margin-bottom: var(--medium-padding);
}
} */

@nest .readOnly & {
background-color: var(--input-bg-disabled);
Expand Down

0 comments on commit cf30154

Please sign in to comment.