Add pagination view and fixed scroll issue

This commit is contained in:
sunilyadav840
2021-08-10 16:21:13 +05:30
parent e1d32bde36
commit 87a368858c
3 changed files with 62 additions and 13 deletions

View File

@@ -534,6 +534,29 @@ input::-webkit-inner-spin-button {
margin-bottom: 5px;
}
.query-document-detail-list {
max-height: 180px;
overflow-x: hidden;
}
.query-table-clause-container {
max-height: 80px;
overflow: scroll;
overflow-x: hidden;
}
.query-tab-document-pagination {
margin-top: 18px;
}
.pagination > li > div {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
cursor: pointer;
}
/*
@media only screen and (max-width: 1200px) {
.clause-table {