Skip to content
Extraits de code Groupes Projets
Valider b84d1533 rédigé par tom's avatar tom Validation de Eugen
Parcourir les fichiers

Fix text overlapping image in Edge and on mobile (#582)

Changing the way the background image is positioned and the box is sized should fix problems with the text overlapping the image on mobile browsers and Edge.
parent c2fbd144
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -684,8 +684,8 @@
box-sizing: border-box;
overflow-y: auto;
padding-bottom: 235px;
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
height: 100%;
background: image-url('mastodon-getting-started.png') no-repeat 100% bottom;
height: auto;
p {
color: $color2;
......
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