mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-14 17:23:23 +02:00
Fix tabs inside blueprint overlapping above content (#1115)
When adding a tabs fields with tab, margin-top: -2rem causes the new tabs to overlap with content above. 
This commit is contained in:
@@ -3,9 +3,10 @@ $tab-label-height:3.5em;
|
||||
// New JS powered tabs
|
||||
.form-tabs {
|
||||
|
||||
.admin-pages & {
|
||||
.admin-pages &:first-child {
|
||||
margin-top: -2rem;
|
||||
|
||||
}
|
||||
.admin-pages &{
|
||||
.tabs-nav {
|
||||
margin-right: 264px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user