mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 19:26:56 +08:00
[SSE] Fix for rev.fcecb0c62a491f028b8fc40a6678398ae417ce7c ( 5 Jul 2016)
This commit is contained in:
@ -114,7 +114,7 @@
|
||||
#plugins-mask {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 40px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.4;
|
||||
|
||||
@ -14,6 +14,6 @@
|
||||
<div id="left-panel-comments" class="" style="display: none;" />
|
||||
<div id="left-panel-chat" class="" style="display: none;" />
|
||||
<!-- /** coauthoring end **/ -->
|
||||
<div id="left-panel-plugins" class="" style="display: none; height: 100%;" />
|
||||
<div id="left-panel-plugins" class="" style="display: none; height: 100%; position: relative;" />
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user