File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ) {
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 ) {
Original file line number Diff line number Diff line change 11CACHE 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
44CACHE:
55i18n.js
@@ -26,4 +26,4 @@ loading.html
2626NETWORK:
2727*
2828
29- # hash: 3bfb990c9706615ab09c5374d2b592d02f1668ba9923e7d3609caee9bd046424
29+ # hash: 168e5607e24ec14aeaaa51e64735c71028adc39436ae36c9e70020a1a419427b
Original file line number Diff line number Diff line change 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 ) {
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 ) {
You can’t perform that action at this time.
0 commit comments