mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
16 lines
No EOL
224 B
CSS
16 lines
No EOL
224 B
CSS
.sqlseal-table-container {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.sqlseal-table-container table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.sqlseal-grid-wrapper {
|
|
height: auto;
|
|
}
|
|
|
|
.edit-block-button {
|
|
z-index: 1000;
|
|
} |