Skip to content

Commit 7ee86fa

Browse files
committed
Fix sidebar so toast isn't obscured
to close #803
1 parent 5ad3f50 commit 7ee86fa

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
- Add text styling feature to ui_text. PR #805
55
- Fix to support locking flow tab. PR #799
6+
- Fix Sidebar to not obscure toast. Issue #803
67

78
### 3.4.1: Maintenance Release
89

dist/css/app.min.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@media(max-width: 959px) {
2020
.md-sidenav-left, md-sidenav {
2121
top: 48px !important;
22-
z-index: 99;
22+
z-index: 80;
2323
}
2424
}
2525
@media (max-width: 959px) and (min-width: 0) and (orientation: portrait) {
@@ -32,7 +32,7 @@
3232
@media(min-width: 960px) {
3333
.md-sidenav-left, md-sidenav {
3434
top: 64px;
35-
z-index: 99;
35+
z-index: 80;
3636
}
3737
}
3838
@media(max-width: 660px) {

dist/dashboard.appcache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Time: Mon May 01 2023 21:43:45 GMT+0100 (British Summer Time)
2+
# Time: Sat May 06 2023 21:21:43 GMT+0100 (British Summer Time)
33

44
CACHE:
55
i18n.js
@@ -26,4 +26,4 @@ loading.html
2626
NETWORK:
2727
*
2828

29-
# hash: 3bfb990c9706615ab09c5374d2b592d02f1668ba9923e7d3609caee9bd046424
29+
# hash: 168e5607e24ec14aeaaa51e64735c71028adc39436ae36c9e70020a1a419427b

src/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@media(max-width: 959px) {
33
.md-sidenav-left, md-sidenav {
44
top: 48px !important;
5-
z-index: 99;
5+
z-index: 80;
66
}
77
}
88
@media (max-width: 959px) and (min-width: 0) and (orientation: portrait) {
@@ -15,7 +15,7 @@
1515
@media(min-width: 960px) {
1616
.md-sidenav-left, md-sidenav {
1717
top: 64px;
18-
z-index: 99;
18+
z-index: 80;
1919
}
2020
}
2121
@media(max-width: 660px) {

0 commit comments

Comments
 (0)