fixed vertical scroll for modal dialog

added a title for Publish to github
pull/1/head
LianaHus 6 years ago
parent 63f7e02936
commit ec0a68c64d
  1. 2
      src/app/files/file-explorer.js
  2. 2
      src/app/ui/styles/modaldialog-styles.js

@ -319,7 +319,7 @@ fileExplorer.prototype.init = function () {
fileExplorer.prototype.publishToGist = function () { fileExplorer.prototype.publishToGist = function () {
modalDialogCustom.confirm( modalDialogCustom.confirm(
null, 'Create a public gist',
'Are you sure you want to publish all your files anonymously as a public gist on github.com?', 'Are you sure you want to publish all your files anonymously as a public gist on github.com?',
() => { this.toGist() } () => { this.toGist() }
) )

@ -13,6 +13,8 @@ var css = csjs`
} }
.modalBody { .modalBody {
word-break: break-word; word-break: break-word;
overflow-y: auto;
max-height: 600px;
} }
.modalFooterOk { .modalFooterOk {
} }

Loading…
Cancel
Save