mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fix some weird video scaling issues
By making scrollbar 1px wider, thus squeezing the video element into proper scaling. http://pasteboard.co/1hTZGeda.png
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
::-webkit-scrollbar
|
||||
{
|
||||
width: 4px;
|
||||
width: 5px;
|
||||
border-radius:0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user