@rpg-engine/long-bow 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -141,13 +141,12 @@ export const QuestInfo: React.FC<IQuestInfoProps> = ({
141
141
  const QuestDraggableContainer = styled(DraggableContainer)`
142
142
  border: 1px solid black;
143
143
  width: 600px;
144
- height: 500px;
145
144
  padding: 0 0 0 0 !important;
146
145
  .DraggableContainer__TitleContainer-sc-184mpyl-2 {
147
146
  height: auto;
148
147
  }
149
148
  .container-close {
150
- position: sticky;
149
+ position: absolute;
151
150
  margin-left: auto;
152
151
  top: 20px;
153
152
  padding-right: 5px;