Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
d04dcd4d
Commit
d04dcd4d
authored
4 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: Moodle core Back-to-top button was not clickable over Boost Campus footer
parent
196b465f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
scss/post.scss
+8
-1
8 additions, 1 deletion
scss/post.scss
with
9 additions
and
1 deletion
CHANGES.md
+
1
−
0
View file @
d04dcd4d
...
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
*
2021-02-05 - Bugfix: Moodle core Back-to-top button was not clickable over Boost Campus footer
*
2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions
### Release v3.10-r2
...
...
This diff is collapsed.
Click to expand it.
scss/post.scss
+
8
−
1
View file @
d04dcd4d
...
...
@@ -930,7 +930,14 @@ a[href^="mailto"]::before {
Additional Elements
-------------------------------------*/
/* Back to top button */
/* Moodle Core Back to top button */
body
.scrolled
#goto-top-link
{
/* For unknown reasons, the Moodle Core Back to top button is made unclickable by the Boost Campus footer.
We fix this by simply raising the z-index of the button. */
z-index
:
$zindex-tooltip
;
}
/* Boost Campus Back to top button */
#back-to-top
{
display
:
none
;
position
:
fixed
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment