Skip to content
Snippets Groups Projects
Commit 14f4e9a5 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #226 from metabase/table_card_overflow

scroll vertically on oversized cards
parents 949f33d0 1fe8f85f
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,7 @@
margin-right: 1em;
border-radius: 4px;
}
.Dash-card .Card {
overflow-y: scroll;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment