diff options
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 76363d9a3..45bcc3d39 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -11,7 +11,7 @@ h4 {border-bottom: 1px solid #ccc; font-weight:normal;} pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} /***** Layout *****/ -div[id^="wrapper"] { min-height: inherit; } +div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; } #wrapper {background: white;overflow: hidden;} #wrapper3 { display: flex; flex-direction: column; } |