diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index a31b8751b..a3894a091 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -22,8 +22,8 @@ div#note-container { div.note-box { position: absolute; border: 1px solid white; - min-width: 20px; - min-height: 20px; + min-width: 5px; + min-height: 5px; width: 100px; height: 100px; cursor: move;