Skip to content

Commit

Permalink
fix(ui-ux): fixed click functionality on menu items (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Dec 7, 2023
1 parent 272a9b2 commit 6a63acb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webapp/src/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ body {
flex-grow: 1;
}

a,
button,
.input-group,
svg {
-webkit-app-region: no-drag;
}

h1 {
margin-bottom: 0;
}
Expand Down

0 comments on commit 6a63acb

Please sign in to comment.