mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
add class pad to timeslider to fix height issue (#4941)
This commit is contained in:
parent
8e2a21ec84
commit
6f591b5c77
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ html, body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* used in pad and timeslider */
|
||||
html.pad, html.pad body {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue