mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(TopBar): add offset to prevent watch later popup overflowing
This commit is contained in:
@@ -690,7 +690,7 @@ defineExpose({
|
||||
</a>
|
||||
|
||||
<Transition name="slide-in">
|
||||
<WatchLaterPop v-if="popupVisible.watchLater" class="bew-popover" />
|
||||
<WatchLaterPop v-if="popupVisible.watchLater" class="bew-popover" ml--30px />
|
||||
</Transition>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user