@@ -17,8 +17,7 @@ const discard_unwrapped = ref<boolean>(false)
|
||||
</PlayerListElement>
|
||||
</div>
|
||||
<div id="current_player">
|
||||
<input type="checkbox" v-model="discard_unwrapped">
|
||||
<PlayerSlot v-for="p in current_players" :player="p" :discard_unwrapped="discard_unwrapped"></PlayerSlot>
|
||||
<PlayerSlot v-for="p in current_players" :player="p"></PlayerSlot>
|
||||
</div>
|
||||
<SelfView></SelfView>
|
||||
</div>
|
||||
@@ -38,6 +37,8 @@ const discard_unwrapped = ref<boolean>(false)
|
||||
#player_list,
|
||||
#current_player {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
#market {
|
||||
|
||||
Reference in New Issue
Block a user