mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Make embed code have the correct right margin so it doesnt overlap scrollbar
This commit is contained in:
parent
1f9df665e6
commit
72a7550126
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ position:absolute;
|
||||||
top:40px;
|
top:40px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
width:400px;
|
width:400px;
|
||||||
right: 5px;
|
right: 20px;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue