Fix styling issues detail panel

This commit is contained in:
Colin Kallemein 2024-07-04 15:31:20 +02:00
parent fa5acca143
commit 6b2e90751c
3 changed files with 15 additions and 9 deletions

View File

@ -153,8 +153,9 @@ function toTop() {
.modal-form {
&.asset-manager {
margin: 10px;
width: calc(100% - 20px);
height: 100%;
width: calc(100% - 40px);
display: block;
.form-fields {
display: flex;
gap: 10px;

View File

@ -73,10 +73,12 @@ onBeforeUnmount(() => {
</script>
<style lang="scss">
/**
* @TODO when scrolling here, the vertical line is cut off
*/
.modal-form {
padding: 10px; // @TODO why dis no work? fixme
.asset-info {
.object-manager {
height: 100%;
overflow: auto;
}
}
</style>

View File

@ -88,7 +88,10 @@ onBeforeUnmount(() => {
</script>
<style lang="scss">
.modal-form {
padding: 10px; // @TODO why dis no work? fixme
.asset-info {
.tile-manager {
height: 100%;
overflow: auto;
}
}
</style>