fix(progress-bar): looking nice inside toolbar

This commit is contained in:
Manu Mtz.-Almeida
2018-12-16 19:27:42 +01:00
committed by Manu MA
parent 77640c907c
commit b5efedeb1c
2 changed files with 8 additions and 1 deletions

View File

@@ -105,3 +105,9 @@
:host(.toolbar-segment) {
--min-height: auto;
}
::slotted(ion-progress-bar) {
@include position(null, 0, 0, 0);
position: absolute;
}