mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-28 06:04:25 +00:00
Add pagination view and fixed scroll issue
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user