mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-77375 theme: Re-fix the bootstrap scrollbar issue
This commit is contained in:
parent
6628845087
commit
ba07bb42e1
@ -414,9 +414,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.
|
||||
|
@ -13136,10 +13136,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;
|
||||
|
@ -13136,10 +13136,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user