Skip to content

Commit

Permalink
Align panel with window (#1000)
Browse files Browse the repository at this point in the history
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
  • Loading branch information
elsiosanchez and elsiosanchez authored Jul 20, 2021
1 parent 16246e6 commit a5611fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ADempiere/AuxiliaryPanel/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export default defineComponent({
</style>
<style scoped>
.container-main{
padding-left: 6px;
padding-right: 6px;
padding-left: 0px;
padding-right: 0px;
height: 100% !important;
position: fixed;
z-index: 5;
Expand Down

0 comments on commit a5611fb

Please sign in to comment.