Bixal / bixal-site-drupal

Bixal drupal site
https://www.bixal.com
0 stars 0 forks source link

Description list image is missing the vertical line on images while logged in #77

Closed mpbixal closed 7 months ago

mpbixal commented 7 months ago

See https://github.com/Bixal/bixal-site-drupal/pull/72#issuecomment-1936072160

mpbixal commented 7 months ago

@mejiaj can you let me know what approach would work best here?

mejiaj commented 7 months ago

@mpbixal does it go away if you add the following CSS:

.bix-description-list__media {
    position: relative;
+   z-index: 1;
}