Adds overflow:auto to popup content to allow it to scroll in lower res.

Fixes #650

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet 2018-01-06 01:41:06 +05:30
parent 6988a6ff88
commit f2c62765ca
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">