Disable selecting Photo index
This commit is contained in:
@@ -126,6 +126,8 @@
|
|||||||
bottom: -64px;
|
bottom: -64px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
pointer-events: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
left: 112.5%;
|
left: 112.5%;
|
||||||
|
|||||||
@@ -261,6 +261,8 @@
|
|||||||
color: rgba($color-tertiary, 0.4);
|
color: rgba($color-tertiary, 0.4);
|
||||||
transform: translate3d(-50%, 0, 0);
|
transform: translate3d(-50%, 0, 0);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
pointer-events: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
@include bp (md, max) {
|
@include bp (md, max) {
|
||||||
font-size: clamp(#{rem(80px)}, 24vw, #{rem(120px)});
|
font-size: clamp(#{rem(80px)}, 24vw, #{rem(120px)});
|
||||||
|
|||||||
Reference in New Issue
Block a user