diff options
Diffstat (limited to 'website/assets/css')
-rw-r--r-- | website/assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css index bb390c9..59371ff 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css | |||
@@ -92,3 +92,8 @@ iframe { | |||
92 | border: none; | 92 | border: none; |
93 | overflow: hidden; | 93 | overflow: hidden; |
94 | } | 94 | } |
95 | |||
96 | /* display only once linked resources are loaded to prevent buggy pre-rendering */ | ||
97 | body { | ||
98 | display: block !important; | ||
99 | } | ||