You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current CSS rule matches any class CONTAIN 'filter'
[class*="filter"]::before {
...
}
This can easily conflict with other css, for example, I have an element ".portfolio-filters", because instagram.css adds a layer on it, I cannot click on any link inside of it.
The text was updated successfully, but these errors were encountered:
Current CSS rule matches any class CONTAIN 'filter'
[class*="filter"]::before {
...
}
This can easily conflict with other css, for example, I have an element ".portfolio-filters", because instagram.css adds a layer on it, I cannot click on any link inside of it.
The text was updated successfully, but these errors were encountered: