pds-dev-kit-web-test 2.7.240 → 2.7.241
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.
|
@@ -63,7 +63,7 @@ var useFlexGridLayout = function (_a) {
|
|
|
63
63
|
// 위치에 따른 스타일 결정 (CCB 크기를 고려)
|
|
64
64
|
var getPositionStyle = function (position, ccbInset, designType, size, elementType) {
|
|
65
65
|
var base = {
|
|
66
|
-
position: 'absolute',
|
|
66
|
+
position: position.startsWith('OUTSET') ? 'absolute' : 'relative',
|
|
67
67
|
display: 'flex',
|
|
68
68
|
alignItems: 'center',
|
|
69
69
|
justifyContent: 'center'
|