mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-18 07:19:35 +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