Skip to content

Commit

Permalink
speed up battle list scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazcash committed Apr 3, 2023
1 parent 9317c1b commit 1faee87
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/renderer/views/multiplayer/custom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<SearchBox v-model="searchVal" />
</div>

<div class="battlelist">
<div class="scroll-container padding-right-sm">
<DataTable
v-model:selection="selectedBattle"
:value="battles"
Expand Down Expand Up @@ -224,11 +224,6 @@ async function onPasswordPromptSubmit(data) {
</script>

<style lang="scss" scoped>
.battlelist {
flex: 1 1 auto;
overflow-y: auto;
height: 0px;
}
.right {
position: relative;
min-width: 400px;
Expand Down

0 comments on commit 1faee87

Please sign in to comment.