mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
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:
parent
208950cff0
commit
a6501e9694
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue