Skip to content

Commit

Permalink
fixed the scrollbar on the submit tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan Smit committed Jul 3, 2013
1 parent cc43f1f commit 300d8d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
*
*= require_self
*= require 'strap'
*= require 'tweaks'
*/
6 changes: 6 additions & 0 deletions app/assets/stylesheets/tweaks.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* fix for the scrollbar on the submit tab */
textarea#notes
{
box-sizing: border-box;
-moz-box-sizing: border-box;
}

0 comments on commit 300d8d0

Please sign in to comment.