diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 56b033a..e907535 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -2197,6 +2197,10 @@ ul.warnings li, border-bottom: 0; } +#schedule-preview { + overflow: auto; +} + table.schedule { width: 100%; margin: 0 0 1em;