MDL-63855 core_my: no vertical scroll card blocks

card desks using class .dashboard-card-deck.one-row should not
show a vertical scrollbar
This commit is contained in:
Bas Brands 2018-11-12 10:03:34 +01:00
parent 208950cff0
commit a6501e9694
4 changed files with 4 additions and 4 deletions

View file

@ -16230,7 +16230,7 @@ body {
}
.dashboard-card-deck.one-row {
flex-flow: nowrap;
overflow-y: scroll;
overflow-x: scroll;
}
.block_recentlyaccesseditems img.icon {
height: auto;