I know how CSS works.
This commit is contained in:
parent
e0a73a583e
commit
7a6ee7d918
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ limitations under the License.
|
|||
// Increase clickable area for the slider (approximately same size as browser default)
|
||||
// We do it this way to keep the same padding and margins of the element, avoiding margin math.
|
||||
// Source: https://front-back.com/expand-clickable-areas-for-a-better-touch-experience/
|
||||
&:after {
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue