Skip to content

Commit 65c3bee

Browse files
authored
Merge pull request #138 from ciar4n/sidebar-overlap
Fixes overlapping sidebar
2 parents c9f307f + e45862f commit 65c3bee

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

administrator/templates/atum/css/template.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8378,6 +8378,7 @@ small, .small {
83788378

83798379
.container-main {
83808380
position: relative;
8381+
min-height: 420px;
83818382
padding-top: 15px;
83828383
background: #fff; }
83838384

administrator/templates/atum/css/template.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

administrator/templates/atum/css/template.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

administrator/templates/atum/scss/template.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ small, .small {
6565

6666
.container-main {
6767
position: relative;
68+
min-height: 420px;
6869
padding-top: 15px;
6970
background: $white;
7071
}

0 commit comments

Comments
 (0)