diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index e3e3f1f8f..83799eddc 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -589,6 +589,11 @@ a.edit-name-link:hover small { } } +.bootstrap-tagsinput { + overflow-x: auto; + overflow-y: hidden; +} + ul.no-style { list-style: none; margin: 0;