MDL-77375 theme: Re-fix the bootstrap scrollbar issue
This commit is contained in:
@@ -420,9 +420,20 @@ form.popupform div {
|
||||
|
||||
// Position required for table sizing inside a flex container.
|
||||
.no-overflow > .generaltable {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.no-overflow,
|
||||
.table-responsive {
|
||||
.generaltable {
|
||||
.sr-only,
|
||||
.accesshide {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Accessibility features
|
||||
|
||||
// Accessibility: text 'seen' by screen readers but not visual users.
|
||||
|
||||
@@ -23286,10 +23286,17 @@ form.popupform div {
|
||||
}
|
||||
|
||||
.no-overflow > .generaltable {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.no-overflow .generaltable .sr-only,
|
||||
.no-overflow .generaltable .accesshide,
|
||||
.table-responsive .generaltable .sr-only,
|
||||
.table-responsive .generaltable .accesshide {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.accesshide {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
||||
@@ -23286,10 +23286,17 @@ form.popupform div {
|
||||
}
|
||||
|
||||
.no-overflow > .generaltable {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.no-overflow .generaltable .sr-only,
|
||||
.no-overflow .generaltable .accesshide,
|
||||
.table-responsive .generaltable .sr-only,
|
||||
.table-responsive .generaltable .accesshide {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.accesshide {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user