Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
b7adf3a5
Commit
b7adf3a5
authored
Oct 01, 2021
by
Adrian Greeve
Browse files
Merge branch 'MDL-69682' of
git://github.com/paulholden/moodle
parents
29662c34
876df13e
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/core.scss
View file @
b7adf3a5
...
...
@@ -435,12 +435,10 @@ form.popupform div {
overflow
:
auto
;
}
// Minimum height required for a menu in a table inside a scrollable div.
// Position required for table sizing inside a flex container.
.no-overflow
>
.generaltable
{
position
:
relative
;
margin-bottom
:
0
;
min-height
:
10em
;
}
// Accessibility features
...
...
theme/boost/style/moodle.css
View file @
b7adf3a5
...
...
@@ -10037,8 +10037,7 @@ form.popupform div {
.no-overflow
>
.generaltable
{
position
:
relative
;
margin-bottom
:
0
;
min-height
:
10em
;
}
margin-bottom
:
0
;
}
.accesshide
{
position
:
absolute
;
...
...
theme/classic/style/moodle.css
View file @
b7adf3a5
...
...
@@ -10249,8 +10249,7 @@ form.popupform div {
.no-overflow > .generaltable {
position: relative;
margin-bottom: 0;
min-height: 10em; }
margin-bottom: 0; }
.accesshide {
position: absolute;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment