mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +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
|
@ -119,7 +119,7 @@ $card-gutter : $card-deck-margin * 2;
|
|||
|
||||
.dashboard-card-deck.one-row {
|
||||
flex-flow: nowrap;
|
||||
overflow-y: scroll;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.summaryimage {
|
||||
|
|
|
@ -11172,7 +11172,7 @@ div.editor_atto_toolbar button .icon {
|
|||
|
||||
.dashboard-card-deck.one-row {
|
||||
flex-flow: nowrap;
|
||||
overflow-y: scroll; }
|
||||
overflow-x: scroll; }
|
||||
|
||||
.summaryimage {
|
||||
height: 7rem;
|
||||
|
|
|
@ -303,7 +303,7 @@
|
|||
|
||||
.dashboard-card-deck.one-row {
|
||||
flex-flow: nowrap;
|
||||
overflow-y: scroll;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.block_recentlyaccesseditems {
|
||||
|
|
|
@ -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