mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
AAE-40540 fixing tab misplacement issue on ADW (#11427)
This commit is contained in:
committed by
GitHub
parent
10eae07cc0
commit
cc053a76ae
@@ -31,31 +31,6 @@
|
||||
.adf-form-tab-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#{ms.$mat-tab-body} {
|
||||
margin-bottom: 8em;
|
||||
|
||||
@include flex.layout-bp(lt-md) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#{ms.$mat-tab-header} {
|
||||
z-index: 2;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
width: 98%;
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
margin-left: 0 !important;
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
margin-right: 10px !important;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#{ms.$mat-tab-body-wrapper} {
|
||||
padding-top: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-mdc-card-content:first-child {
|
||||
@@ -207,11 +182,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
& #{ms.$mat-tab-header} {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
& #{ms.$mat-card-header-text} {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user