Skip to content

Commit

Permalink
fix: select overflowing the screen, fix #374
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 2, 2022
1 parent e4213d3 commit 2e22c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function selectValue (value: string, hide: () => void) {
<VDropdown
class="histoire-base-select"
auto-size
auto-boundary-max-size
>
<div
class="htw-cursor-pointer htw-w-full htw-outline-none htw-px-2 htw-h-[27px] -htw-my-1 htw-border htw-border-solid htw-border-black/25 dark:htw-border-white/25 hover:htw-border-primary-500 dark:hover:htw-border-primary-500 htw-rounded-sm htw-flex htw-gap-2 htw-items-center htw-leading-normal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function selectValue (value: any, hide: () => void) {
<template>
<VDropdown
auto-size
auto-boundary-max-size
>
<div
class="htw-cursor-pointer htw-w-full htw-outline-none htw-px-2 htw-h-[27px] -htw-my-1 htw-border htw-border-solid htw-border-black/25 dark:htw-border-white/25 hover:htw-border-primary-500 dark:hover:htw-border-primary-500 htw-rounded-sm htw-flex htw-gap-2 htw-items-center htw-leading-normal"
Expand Down

0 comments on commit 2e22c18

Please sign in to comment.