mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -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
|
||||
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.object_type_table {
|
||||
height: 100%;
|
||||
height: calc(100% - 16px);
|
||||
border: 0 !important;
|
||||
display: inline;
|
||||
padding: 0;
|
||||
@ -34,7 +34,7 @@
|
||||
overflow: auto;
|
||||
border: 1px solid #ddd;
|
||||
width: 100%;
|
||||
height: calc(100% - 25px);
|
||||
height: calc(100% - 41px);
|
||||
}
|
||||
|
||||
.object_type_table tbody tr {
|
||||
|
Loading…
Reference in New Issue
Block a user