Fix styling issues detail panel
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user