diff --git a/src/Containers/Footer/Footer.scss b/src/Containers/Footer/Footer.scss index e5bb8792..ae453b27 100644 --- a/src/Containers/Footer/Footer.scss +++ b/src/Containers/Footer/Footer.scss @@ -104,4 +104,4 @@ width: 50%; height: 100%; } -} \ No newline at end of file +} diff --git a/src/Pages/Home/index.tsx b/src/Pages/Home/index.tsx index 0e10e810..6fb7109c 100644 --- a/src/Pages/Home/index.tsx +++ b/src/Pages/Home/index.tsx @@ -176,27 +176,31 @@ const Home = () => { return ( - + - - - - - ( - -
+ + + + + ( + +
{
)} /> -
- -
-
- - - Receive - -
-
- - - Send - -
- - + + +
+
+ + + Receive
- +
+ + + Send + +
+ + + +
+
{ loadOperationModal && diff --git a/src/Pages/Home/styles/index.module.scss b/src/Pages/Home/styles/index.module.scss index a1a299d1..296bb9de 100644 --- a/src/Pages/Home/styles/index.module.scss +++ b/src/Pages/Home/styles/index.module.scss @@ -1,59 +1,44 @@ .footer { - - - - .toolbar { display: flex !important; position: relative; - + padding-bottom: var(--ion-safe-area-bottom, 0px); .button-container:first-of-type { border-right: 1px solid var(--ion-color-primary); } - - .button-container { flex: 1; - ion-button.toolbar-button { flex: 1; margin: 0; - - &::part(native) { box-shadow: none; height: 56px; border-top: 2px solid var(--ion-color-primary); margin: 0px; - } &.toolbar-button-left { &::part(native) { border-left: 2px solid var(--ion-color-primary); - - } } &.toolbar-button-right { &::part(native) { border-right: 2px solid var(--ion-color-primary); - } } - } } - .fab-button { margin: 0; - z-index: 999999; + z-index: 10; position: absolute; height: 50px; width: 50px; @@ -61,7 +46,5 @@ left: 50%; top: -25px; } - - } } diff --git a/src/theme/variables.css b/src/theme/variables.css index 17f5bc62..47c1446a 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -843,3 +843,7 @@ ion-popover.custom-dropdown-popover { .ion-content-no-footer::part(scroll) { padding-bottom: var(--ion-safe-area-bottom, 0); } + +ion-footer { + padding-bottom: var(--ion-safe-area-bottom, 0px); +}