add class pad to timeslider to fix height issue (#4941)

This commit is contained in:
webzwo0i 2021-03-13 03:16:22 +01:00 committed by GitHub
parent 8e2a21ec84
commit 6f591b5c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ html, body {
margin: 0;
padding: 0;
}
/* used in pad and timeslider */
html.pad, html.pad body {
overflow: hidden;
height: 100%;

View file

@ -3,7 +3,7 @@
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
%>
<!doctype html>
<html class="<%=settings.skinVariants%>">
<html class="pad <%=settings.skinVariants%>">
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
<script>
/*