Skip to content

Commit

Permalink
Update Controls.vue (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Jan 9, 2025
1 parent d75e7a3 commit 0309b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-2/components/viewer/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<template>
<div v-if="showControls">
<div
class="absolute z-20 flex max-h-screen simple-scrollbar flex-col space-y-1 md:space-y-2 px-2 overflow-y-auto"
class="absolute z-20 flex max-h-screen simple-scrollbar flex-col space-y-1 md:space-y-2 px-2"
:class="
showNavbar && !isEmbedEnabled
? 'pt-[3.8rem]'
Expand Down

0 comments on commit 0309b1e

Please sign in to comment.