viewer: make bottom bar uninteractive

cap
Varun Patil 2022-12-08 13:48:56 -08:00
parent e31cf72756
commit ec218772b6
1 changed files with 1 additions and 0 deletions

View File

@ -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;