mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add supposed canvas support for IE8 and ie specific styling to fix layout
This commit is contained in:
@@ -48,7 +48,7 @@ $(document).ready(function(){
|
||||
// Back to top links
|
||||
toTopLinks.click( function(e){
|
||||
e.preventDefault();
|
||||
$(animateSection($('#top'), -25));
|
||||
$(animateSection($('#top'), -55));
|
||||
});
|
||||
|
||||
switchStandardsList(standardSelect);
|
||||
|
Reference in New Issue
Block a user