[Glitch] Set marginRight as string
Port 927b2fd138 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		@@ -81,7 +81,7 @@ export default class ModalRoot extends React.PureComponent {
 | 
			
		||||
      document.documentElement.style.marginRight = `${getScrollbarWidth()}px`;
 | 
			
		||||
    } else {
 | 
			
		||||
      document.body.classList.remove('with-modals--active');
 | 
			
		||||
      document.documentElement.style.marginRight = 0;
 | 
			
		||||
      document.documentElement.style.marginRight = '0';
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user