mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
fix broken display for multiple spreadsheets due to absolute position
removed absolute positioning as it made spreadsheets on top of each other and made the spreadsheet's width and height as full screen as possible. also, add a separating margin between two spreadsheets.
This commit is contained in:
@@ -202,11 +202,10 @@ footer p {
|
||||
}
|
||||
|
||||
.table-container {
|
||||
position: absolute;
|
||||
display: block;
|
||||
height: calc(100% - var(--margin-small) * 2);
|
||||
width: calc(100% - var(--margin-small) * 2);
|
||||
overflow-x: scroll;
|
||||
height: calc(100vh - var(--margin-small));
|
||||
width: 100%;
|
||||
margin-bottom: var(--margin-medium);
|
||||
}
|
||||
|
||||
.csv-table {
|
||||
|
||||
Reference in New Issue
Block a user