Merge branch 'bug-650' of git://github.com/Abijeet/BookStack into Abijeet-bug-650

This commit is contained in:
Dan Brown 2018-01-28 14:15:31 +00:00
commit 98d4bf4486
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 5 additions and 1 deletions

View File

@ -102,6 +102,10 @@
display: flex;
align-self: flex-start;
}
.popup-content {
overflow-y: auto;
}
}
.corner-button {

View File

@ -7,7 +7,7 @@
<button class="overlay-close neg corner-button button" @click="hide()">x</button>
</div>
<div class="padded">
<div class="padded popup-content">
<div class="form-group">
<label for="code-editor-language">{{ trans('components.code_language') }}</label>
<div class="lang-options">