[css][xs]: overflow auto on grid data table div so we scroll within a fixed box rather than the page.
This commit is contained in:
@@ -25,11 +25,6 @@
|
|||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-count {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 120%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.data-view-container {
|
.data-view-container {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
@@ -132,6 +127,11 @@
|
|||||||
* Data Table
|
* Data Table
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
|
|
||||||
|
.data-table-container {
|
||||||
|
overflow: auto;
|
||||||
|
height: 550px;
|
||||||
|
}
|
||||||
|
|
||||||
.data-table {
|
.data-table {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user