mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
tests: Show a scrollbar if the pad is too wide
This commit is contained in:
parent
fc3b811726
commit
c4239b6059
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ body {
|
||||||
#iframe-container {
|
#iframe-container {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: auto hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#iframe-container iframe {
|
#iframe-container iframe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue