fix a minor scrolling bug with name edit button
This commit is contained in:
parent
43f85aaf96
commit
513b2c12e7
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ function ItemsPanel({ zonesAndItems, onWearItem }) {
|
|||
|
||||
function OutfitHeading() {
|
||||
return (
|
||||
<PseudoBox role="group" d="inline-block">
|
||||
<PseudoBox role="group" d="inline-block" position="relative">
|
||||
<Heading1 mb="6">
|
||||
<Editable defaultValue="Zafara Agent (roopal27)">
|
||||
{({ isEditing, onRequestEdit }) => (
|
||||
|
|
Loading…
Reference in a new issue