Skip to content

Commit

Permalink
feat: ui improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
selimdoyranli committed May 27, 2023
1 parent a7563c9 commit 796a41f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/style/scss/shared/_scene.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,14 @@
// Field Section
&__fieldSection {
position: fixed !important;
bottom: 0;
bottom: calc(var(--base-m-y) * 2);
left: 0;
width: 100%;
max-width: var(--layout-max-width);
width: calc(100% - var(--base-p-x) * 2);
max-width: calc(var(--layout-max-width) - var(--base-p-x) * 2);
margin: 0 auto;
padding-bottom: env(safe-area-inset-bottom);
overflow: hidden;
border-radius: var(--border-radius-01);
transform: translate3d(0, 0, 0);

@include center(true, false);
Expand Down

0 comments on commit 796a41f

Please sign in to comment.