mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Merge pull request #129 from Douten/patch-1
Fix bouncing scroll-down arrow bug in webkit
This commit is contained in:
		@@ -508,6 +508,7 @@ margin on the iframe, cause it breaks stuff. */
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
    color: rgba(255,255,255,0.7);
 | 
			
		||||
    -webkit-transform: rotate(-90deg);
 | 
			
		||||
    transform: rotate(-90deg);
 | 
			
		||||
    -webkit-animation: bounce 4s 2s infinite;
 | 
			
		||||
    animation: bounce 4s 2s infinite;
 | 
			
		||||
@@ -1801,4 +1802,4 @@ body:not(.post-template) .post-title {
 | 
			
		||||
/* ==========================================================================
 | 
			
		||||
   End of file. Animations should be the last thing here. Do not add stuff
 | 
			
		||||
   below this point, or it will probably fuck everything up.
 | 
			
		||||
   ========================================================================== */
 | 
			
		||||
   ========================================================================== */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user