Skip to content
Extraits de code Groupes Projets
Valider 990c678c rédigé par Haidy777's avatar Haidy777 Validation de Dennis Schubert
Parcourir les fichiers

Issue #6145: Set a fixed body-height

closes #6169
parent b0a9a634
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111) * Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111)
* Fix mobile more-button wording when there are less than 15 posts [#6118](https://github.com/diaspora/diaspora/pull/6118) * Fix mobile more-button wording when there are less than 15 posts [#6118](https://github.com/diaspora/diaspora/pull/6118)
* Fix reappearing flash boxes during sign-in [#6146](https://github.com/diaspora/diaspora/pull/6146) * Fix reappearing flash boxes during sign-in [#6146](https://github.com/diaspora/diaspora/pull/6146)
* Fix the kittens posioin on 404 pages [#6169](https://github.com/diaspora/diaspora/pull/6169)
## Features ## Features
* Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090) * Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090)
......
...@@ -2,6 +2,7 @@ html, ...@@ -2,6 +2,7 @@ html,
body { body {
/* hack to ensure fixed elements at height: 100%; are in relation to the window */ /* hack to ensure fixed elements at height: 100%; are in relation to the window */
max-height : 100%; max-height : 100%;
height: 100%;
} }
body { body {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter