mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
(css) Fix tooolbar of month view on xs media
This commit is contained in:
@@ -59,7 +59,6 @@ $quarter_height: 10px;
|
||||
// The days labels appear in the toolbar
|
||||
md-toolbar {
|
||||
flex-shrink: 0;
|
||||
min-height: 0;
|
||||
&.daysView, &.monthView {
|
||||
background-color: #fff;
|
||||
z-index: $z-index-toolbar - 1;
|
||||
@@ -81,6 +80,7 @@ $quarter_height: 10px;
|
||||
}
|
||||
&.monthView {
|
||||
// Toolbar of month view
|
||||
min-height: 0;
|
||||
> div {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user