Skip to content

Commit 1d8ba4a

Browse files
committed
fix(toolbar): position toolbar relative and add z-index
1 parent 927edff commit 1d8ba4a

File tree

9 files changed

+466
-487
lines changed

9 files changed

+466
-487
lines changed

src/components/app/structure.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $z-index-navbar-section: 10;
1818
$z-index-page-container: 0;
1919
$z-index-selected-tab: 1;
2020
$z-index-toolbar: 10;
21-
$z-index-toolbar-background: -1;
21+
$z-index-toolbar-background: 0;
2222

2323
$z-index-toolbar-border: 20;
2424
$z-index-list-border: 50;
@@ -183,6 +183,11 @@ ion-header {
183183
width: 100%;
184184
}
185185

186+
ion-toolbar {
187+
position: relative;
188+
z-index: $z-index-toolbar;
189+
}
190+
186191
ion-footer {
187192
position: absolute;
188193
bottom: 0;
@@ -250,4 +255,4 @@ ion-content.js-scroll > scroll-content {
250255
[nav-portal],
251256
[tab-portal] {
252257
display: none;
253-
}
258+
}

0 commit comments

Comments
 (0)