fix(modal): fix modal editor layout to prevent overlap by adding relative positioning and reducing height
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog',
|
||||
version: '3.12.0',
|
||||
version: '3.12.1',
|
||||
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
||||
}
|
||||
|
||||
@@ -541,7 +541,8 @@ export class DeesInputCode extends DeesInputBase<string> {
|
||||
margin: 0 4px;
|
||||
}
|
||||
.modal-editor-wrapper {
|
||||
height: calc(100vh - 160px);
|
||||
position: relative;
|
||||
height: calc(100vh - 175px);
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user