js:choca_menu

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
js:choca_menu [2024/10/30 12:01] avillepreuxjs:choca_menu [2026/05/29 15:30] (Version actuelle) avillepreux
Ligne 32: Ligne 32:
     margin: 0 0 10px;     margin: 0 0 10px;
     background-color: var(--color);     background-color: var(--color);
 +    
 +    /*BADGES FIX*/
 +    position: relative;
 } }
  
Ligne 44: Ligne 47:
     border: none;     border: none;
     margin: 0.1em 0 0;     margin: 0.1em 0 0;
 +    
 +    /*BADGES FIX*/
 +    position: relative;
 +    z-index: 1;
 +    background: #ddd;
 } }
  
Ligne 84: Ligne 92:
     height: 2.0em;     height: 2.0em;
     overflow: hidden;     overflow: hidden;
 +    
 +    /* BADGES FIX */
 +    overflow: visible;
 } }
 +
 +/* BADGES FIX */
 +.wrap_nav.wrap_choca > * > *:not([open]) *:not(
 +
 +    .wrap_nav.wrap_choca > * > *:not([open]) > :is(a,p):first-child, 
 +    .wrap_nav.wrap_choca > * > *:not([open]) > :is(a,p):first-child *
 +    
 +    ) {
 +
 +    top: 0;
 +    position: absolute;
 +    pointer-events: none;
 +}
 +
  
 .wrap_nav.wrap_choca > .wrap_column > p, .wrap_nav.wrap_choca > .wrap_column > p,
  • js/choca_menu.1730286086.txt.gz
  • Dernière modification : 2024/10/30 12:01
  • de avillepreux