[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:
parent
be1569013d
commit
4a8a51b3de
@ -25,11 +25,6 @@
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.doc-count {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.data-view-container {
|
||||
display: block;
|
||||
clear: both;
|
||||
@ -132,6 +127,11 @@
|
||||
* Data Table
|
||||
*********************************************************/
|
||||
|
||||
.data-table-container {
|
||||
overflow: auto;
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border: 1px solid #ccc;
|
||||
font-size: 12px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user