Removed an unnecessary css transition

This commit is contained in:
Steven Engler 2019-07-05 18:35:25 -04:00
parent 640bac2dbe
commit 4570db81a2

View File

@ -105,7 +105,6 @@ blockquote {
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
overflow: hidden; overflow: hidden;
transition: all 0.2s;
-webkit-overflow-scrolling: touch; /* this needs to go here for some reason */ -webkit-overflow-scrolling: touch; /* this needs to go here for some reason */
} }