diff --git a/frappe/public/less/page.less b/frappe/public/less/page.less index d051a63b00..c0609f8395 100644 --- a/frappe/public/less/page.less +++ b/frappe/public/less/page.less @@ -109,6 +109,17 @@ .layout-main-section { border: 1px solid @border-color; border-top: 0px; + // hack + // https://stackoverflow.com/a/49038292/5955589 + &::before { + content: ''; + position: absolute; + top: 0; + right: 15px; + bottom: 0; + left: 15px; + border: 1px solid @border-color; + } } .layout-main-section-wrapper {