mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
do the chat resize without hiding the pad text
This commit is contained in:
parent
d812557445
commit
13c10013b9
3 changed files with 18 additions and 2 deletions
|
@ -1072,3 +1072,16 @@ margin-top: 1px;
|
|||
{
|
||||
width:27px !important;
|
||||
}
|
||||
|
||||
#focusprotector
|
||||
{
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
background-color: white;
|
||||
opacity:0.01;
|
||||
display:none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue