Skip to content

Commit

Permalink
viewer: make bottom bar uninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Dec 8, 2022
1 parent e31cf72 commit ec21877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/viewer/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ export default class Viewer extends Mixins(GlobalMixin) {
position: fixed;
bottom: 0;
left: 0;
pointer-events: none;
transition: opacity 0.2s ease-in-out;
opacity: 0;
Expand Down

0 comments on commit ec21877

Please sign in to comment.