Skip to content
Snippets Groups Projects
Commit e82c7428 authored by Karishma Chadha's avatar Karishma Chadha
Browse files

Make watermark not draggable.

parent 91d16ece
Branches
Tags
No related merge requests found
......@@ -283,6 +283,7 @@ $fade-out-distance: 15px;
.watermark {
position: absolute;
top: 1.25rem;
pointer-events: none;
}
[dir="ltr"] .watermark {
......
......@@ -5,5 +5,4 @@
max-width: 48px;
max-height: 48px;
opacity: 0.35;
pointer-events: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment