mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
adjust div order (#12022)
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
-->
|
||||
<div style="width: 100%; height: 100%; display: flex; flex-flow: row" (mouseover)="hover=true" (mouseleave)="hover=false">
|
||||
<div style="flex: 1 1 auto; flex-flow: column;">
|
||||
<div #toolbar class="toolbar"></div>
|
||||
<div style="flex: 1 1 auto; flex-flow: column; overflow: hidden;">
|
||||
<div style="display: flex; flex-flow: row">
|
||||
<div #toolbar class="toolbar"></div>
|
||||
<div style="flex: 1 1 auto; overflow: hidden;">
|
||||
<div #editor class="editor"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user