Skip to content

Commit

Permalink
Added missing wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Dec 12, 2024
1 parent ff9e37f commit bb01de4
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions assets/styles/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,23 @@
}
}

/* Avoid content so wide it pushes the add entry button above datatable out of the viewport. */
.wrapper {
grid-template-columns: var(--sidebar-max-width) calc(
100% -
var(--sidebar-max-width)
);
}
.content-wrapper {
display: block;
}
.content-body {
overflow-x: auto;
}
#content-resizer-handler {
display: none !important; /* Hide the resizer handle */
.ea-index {
/* Avoid content so wide it pushes the add entry button above datatable out of the viewport. */
.wrapper {
grid-template-columns: var(--sidebar-max-width) calc(
100% -
var(--sidebar-max-width)
);
}
.content-wrapper {
display: block;
}
.content-body {
overflow-x: auto;
}
#content-resizer-handler {
display: none !important; /* Hide the resizer handle */
}
}

/* Add a border below the content header to visually separate the content from the header(sticky) when scrolling */
Expand Down

0 comments on commit bb01de4

Please sign in to comment.