fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16fda1
)
Add scrolling to modal dialogs.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 6 Jul 2021 12:06:00 +0000
(14:06 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 6 Jul 2021 12:06:00 +0000
(14:06 +0200)
src/redakcja/static/js/wiki/base.js
patch
|
blob
|
history
diff --git
a/src/redakcja/static/js/wiki/base.js
b/src/redakcja/static/js/wiki/base.js
index
e69e3e1
..
32554b1
100644
(file)
--- a/
src/redakcja/static/js/wiki/base.js
+++ b/
src/redakcja/static/js/wiki/base.js
@@
-273,9
+273,11
@@
$.blockUI({
message: this.$elem,
css: {
- 'top': '25%',
- 'left': '25%',
- 'width': '50%'
+ 'top': '25%',
+ 'left': '25%',
+ 'width': '50%',
+ 'max-height': '75%',
+ 'overflow-y': 'scroll'
}
});
},