[SSE] Fix for rev.fcecb0c62a491f028b8fc40a6678398ae417ce7c ( 5 Jul 2016)
This commit is contained in:
parent
e1f22d4d22
commit
041dca188f
|
@ -114,7 +114,7 @@
|
||||||
#plugins-mask {
|
#plugins-mask {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 40px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
<div id="left-panel-comments" class="" style="display: none;" />
|
<div id="left-panel-comments" class="" style="display: none;" />
|
||||||
<div id="left-panel-chat" class="" style="display: none;" />
|
<div id="left-panel-chat" class="" style="display: none;" />
|
||||||
<!-- /** coauthoring end **/ -->
|
<!-- /** 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>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue