Skip to content

Shit Never Works

Because the $#&$'ing thing won't work.

Recent Posts

  • Install PostgreSQL 16 and have it work with zsh
  • Adding gsap.tar.gz to package.json
  • How to make a React useRef() mutable
  • Vite Errors, such as Cannot find type definition file for ‘vite/client’
  • Sync yarn.lock with package.json with SyncYarnLock

Recent Comments

  • Kai on Sublime Text Multiple Selection Secrets

Archives

  • April 2024
  • March 2024
  • February 2024
  • August 2022
  • May 2022
  • July 2021
  • June 2021
  • May 2021
  • January 2020
  • November 2019
  • September 2019
  • May 2019
  • November 2018
  • October 2018
  • September 2018
  • June 2018
  • March 2017
  • February 2017
  • January 2017
  • June 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • October 2015
  • August 2015
  • June 2015
  • May 2015
  • April 2015
  • February 2015
  • January 2015

Categories

  • CSS
  • Git
  • HTML 5
  • Illustrator
  • Javascript
  • Next.JS
  • Node
  • OSX
  • React
  • Sanity CMS
  • SASS
  • SSH
  • SVG
  • Terminal
  • Typescript
  • Uncategorized
  • ZSH

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Month: March 2016

When touch ignores modals and scrolls behind it…

YOU NEED THIS:

-webkit-overflow-scrolling: touch;

… also set the body to position:fixed, overflow: hidden

Posted on March 24, 2016Categories JavascriptLeave a comment on When touch ignores modals and scrolls behind it…

SASS Color Functions

https://robots.thoughtbot.com/controlling-color-with-sass-color-functions

Posted on March 7, 2016Categories SASSLeave a comment on SASS Color Functions

NVM Hell