save series name separately

This commit is contained in:
Luke Pulverenti 2016-05-23 00:11:37 -04:00
parent d3f8229d04
commit 8d79586417

View file

@ -309,6 +309,15 @@ iron-icon {
min-height: 24px;
}
.mainAnimatedPage {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
will-change: transform;
}
/* Without this, no content will be displayed in mobile safari */
.pageContainer {
overflow-x: visible !important;