From 388cb4df3964cf4db4e77eee5090bcf817c38dbc Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 21 Mar 2015 17:00:05 +1100 Subject: Keyboard accessibility improvements (Fixes #66) - Enter now works on checkboxes within the controls --- src/sass/plyr.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sass/plyr.scss') diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index d1402706..748ab2a8 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -532,13 +532,13 @@ $bp-captions-large: 768px; // When captions jump to the larger font size z-index: 10000000; background: #000; + video { + height: 100%; + } .player-video-wrapper { height: 100%; width: 100%; - video { - height: 100%; - } .player-captions { top: auto; bottom: 90px; -- cgit v1.2.3