chat designer: disable scroll on iframe

This commit is contained in:
Felix Niklas 2015-11-25 15:51:47 +01:00
parent e54fe496f2
commit 77057bc013

View file

@ -7462,6 +7462,7 @@ output {
height: 100%; height: 100%;
background: white; background: white;
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
pointer-events: none;
} }
img { img {