mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
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:
@@ -102,6 +102,10 @@
|
||||
display: flex;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.popup-content {
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.corner-button {
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user