disable padding on body to handle the case when the playback is embedded in a third party app with a header
This commit is contained in:
parent
fc3c6134a7
commit
6dd0641de2
@ -63,7 +63,8 @@ body {
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
/* disable padding on body to handle the case when the playback is embedded in a third party app with a header
|
||||
padding: 0; */
|
||||
position: relative; }
|
||||
|
||||
a:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user