mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
fix display of double scrollbars on the grant wizard. Fixes #2028
This commit is contained in:
parent
2994c128f3
commit
5adc6b71ca
@ -1,4 +1,4 @@
|
|||||||
/** Grant Wizard CSS **/
|
/** Grant Wizard CSS **/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
CSS to make db object type table
|
CSS to make db object type table
|
||||||
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.object_type_table {
|
.object_type_table {
|
||||||
height: 100%;
|
height: calc(100% - 16px);
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -34,7 +34,7 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 25px);
|
height: calc(100% - 41px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.object_type_table tbody tr {
|
.object_type_table tbody tr {
|
||||||
|
Loading…
Reference in New Issue
Block a user