diff --git a/static/css/layout.css b/static/css/layout.css index 0094ac1..0af453f 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -123,7 +123,7 @@ footer { position: fixed; top: 1rem; right: 1rem; - z-index: 999; /* Assure que le bouton est au-dessus du contenu */ + z-index: 999; } .toggleable { @@ -136,7 +136,7 @@ footer { display: none; position: absolute; top: 1rem; - right: 0; /* Position en haut à droite */ + right: 0; z-index: 99; background-color: var(--day-background); color: darkgreen; @@ -155,20 +155,6 @@ nav#menu{ right: 1rem; } -/*.sr-only { - border: 0 !important; - clip: rect(1px, 1px, 1px, 1px) !important; - -webkit-clip-path: inset(50%) !important; - clip-path: inset(50%) !important; - height: 1px !important; - margin: -1px !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - width: 1px !important; - white-space: nowrap !important; -}*/ - .icone > pre{ padding-top: 1rem; color: black;