(css) Fix freebusy table scrolling in Firefox

pull/249/head
Francis Lachapelle 2019-02-20 14:41:58 -05:00
parent 72b607219d
commit 5d26260d86
1 changed files with 1 additions and 0 deletions

View File

@ -713,6 +713,7 @@ $quarter_height: 10px;
md-content {
background-color: transparent;
display: table-row;
position: unset;
scroll-behavior: smooth;
}
md-list {