Skip to content

Commit

Permalink
feat: no relative
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 13, 2023
1 parent c7de63d commit c3bf46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/IconSelection.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="IconSelection_bg" @click.prevent="$emit('switch', null)"/>
<div class="IconSelection relative" v-bind="$attrs">
<div class="IconSelection" v-bind="$attrs">
<div class="IconSelection_sidebar-bg">
<!--<a class="IconSelection_close" href="#"
@click.prevent="$emit('switch', null)">Close</a>-->
Expand Down

0 comments on commit c3bf46e

Please sign in to comment.