#292 floating dialog

This commit is contained in:
Mario Romano
2016-06-29 18:06:09 +01:00
parent 5a354c783d
commit 81d13e4195

View File

@@ -1,3 +1,9 @@
:host{
position: fixed;
bottom: 0;
width: 100%;
}
:host .show {
display: block !important;
}