Skip to content

Commit

Permalink
fix: not able to click checkbox in file grid view
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cf2043)
  • Loading branch information
Ponnusamy1-V authored and mergify[bot] committed Nov 1, 2022
1 parent 3985d77 commit 8f2e428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/file_view.scss
Expand Up @@ -48,6 +48,7 @@
position: absolute;
left: var(--padding-sm);
top: var(--padding-sm);
z-index: 1;

.list-row-checkbox {
&:before {
Expand All @@ -56,7 +57,6 @@

&:checked:before {
display: block;
z-index: 1;
}
}

Expand Down

0 comments on commit 8f2e428

Please sign in to comment.