White border

Bug or deliberate choice?
background: var(--fancybox-content-bg, hsl(0, 0%, 100%));
Less:
.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, hsl(217, 19%, 27%));
    background: var(--fancybox-content-bg, hsl(0, 0%, 100%));
    cursor: default;
    border-radius: 0;
    z-index: 20;
}
 
Last edited:
Confirm the wide border in the latest 2.3.2 version. Looks like it's a default as it is the same here
 
Back
Top Bottom