Skip to content

Commit

Permalink
fix unwanted scrolling..
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Oct 8, 2022
1 parent e481174 commit cbb7e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Statusbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<option value="tr">Turkish</option>
</select>

<span :aria-label="t('About')" data-microtip-position="top-left" role="tooltip" @click="emitter.emit('vf-modal-show', {type:'message', title:'Vuefinder ' + version, message: t('Vuefinder is a file manager component for vue 3.')})">
<span class="mr-1" :aria-label="t('About')" data-microtip-position="top-left" role="tooltip" @click="emitter.emit('vf-modal-show', {type:'message', title:'Vuefinder ' + version, message: t('Vuefinder is a file manager component for vue 3.')})">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 stroke-slate-500 cursor-pointer" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
Expand Down

0 comments on commit cbb7e51

Please sign in to comment.