Skip to content

Commit c691313

Browse files
Improve display of select civilization dropdown with limited screen height (#13)
1 parent a848470 commit c691313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/setup/SelectCivilization.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ export default defineComponent({
103103
</script>
104104

105105
<style lang="scss" scoped>
106+
.dropdown-menu {
107+
z-index: 1031;
108+
}
106109
.dropdown-item {
107110
cursor: default;
108111
}

0 commit comments

Comments
 (0)