MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DIQA-Homepage
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
 
body {
 
body {
 
   overflow-anchor: none; // repariert das Geister-Scrollen in Chrome
 
   overflow-anchor: none; // repariert das Geister-Scrollen in Chrome
 +
}
 +
 +
#lang-small {
 +
    position: relative;
 +
    float: right;
 +
    margin-right: 15px;
 +
    top: 28px;
 
}
 
}

Version vom 16. April 2021, 12:33 Uhr

body {
   overflow-anchor: none; // repariert das Geister-Scrollen in Chrome
}

#lang-small {
    position: relative;
    float: right;
    margin-right: 15px;
    top: 28px;
}