Skip to content

Commit

Permalink
Make controls scroll when needed (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Jan 8, 2025
1 parent c791362 commit be51d29
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 bg-green-300/0 px-2"
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="
showNavbar && !isEmbedEnabled
? 'pt-[3.8rem]'
Expand Down

0 comments on commit be51d29

Please sign in to comment.