fix for svg getting in the way of click on collection view fab

This commit is contained in:
booploops 2021-12-21 23:34:05 -08:00
parent 224a0d4e2e
commit b0ceec8533

View file

@ -1759,6 +1759,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
>svg {
height: 50%;
color: #eee;
pointer-events: none;
}
&:hover {