Skip to content

Commit

Permalink
fix(UI): Fix CSS bug regarding the loading animation (#445)
Browse files Browse the repository at this point in the history
* This issue was spotted after adding an HTML5 DOCTYPE, given browsers
  were certainly relying on quirks-mode to workaround it up to now.

* href: fe0fe8b#commitcomment-57819951
  • Loading branch information
erikmd committed Oct 13, 2021
1 parent 71c3590 commit 881982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/learnocaml_main.css
Expand Up @@ -210,7 +210,7 @@ body {
}
#learnocaml-main-loading {
position: absolute;
top: 0; left: 360; right: 0; bottom: 0;
top: 0; left: 360px; right: 0; bottom: 0;
}
}
/* Medium screen: one column w/ popup menu */
Expand Down

0 comments on commit 881982a

Please sign in to comment.