diff --git a/itou/static/css/itou.css b/itou/static/css/itou.css index 72c21998647..40e722dfe89 100644 --- a/itou/static/css/itou.css +++ b/itou/static/css/itou.css @@ -401,4 +401,10 @@ an input field being invalid, generating an uncontrolled red box-shadow. */ .img-muted { filter: grayscale(100%); opacity: 0.3; + +/* Temp: must be removed */ +.l-authenticated > .s-main .s-title-02 { + position: sticky; + top: 0; + z-index: 1020; }