I know how CSS works.
This commit is contained in:
@@ -92,7 +92,7 @@ limitations under the License.
|
|||||||
// Increase clickable area for the slider (approximately same size as browser default)
|
// 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.
|
// 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/
|
// Source: https://front-back.com/expand-clickable-areas-for-a-better-touch-experience/
|
||||||
&:after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user