mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Only disable toolbar.
Make content available and allow scrolling
This commit is contained in:
parent
6bda1f8e4d
commit
8ab12ee69e
3 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ var padmodals = (function()
|
|||
});
|
||||
},
|
||||
showOverlay: function(duration) {
|
||||
$("#modaloverlay").show().css(
|
||||
$("#overlay").show().css(
|
||||
{
|
||||
'opacity': 0
|
||||
}).animate(
|
||||
|
@ -49,7 +49,7 @@ var padmodals = (function()
|
|||
}, duration);
|
||||
},
|
||||
hideOverlay: function(duration) {
|
||||
$("#modaloverlay").animate(
|
||||
$("#overlay").animate(
|
||||
{
|
||||
'opacity': 0
|
||||
}, duration, function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue