This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Opentalent
/
ot_typo3
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix iframe overflow behavior
Olivier Massot
1 year ago
parent
39f73efd36
commit
8394e163a5
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
ot_stats/Resources/Public/assets/Backend/style/ot_stats.css
+ 4
- 0
ot_stats/Resources/Public/assets/Backend/style/ot_stats.css
View File
@@ -1,4 +1,8 @@
+body {
+ overflow-y: scroll;
+}
+
.ot-stats {
margin: 20px 3%;
}