mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
Fix page height blocking dropdown
Fix the page height that blocked the correct use of the shape dropdown. The layout looks more stable now.
This commit is contained in:
parent
29e780e3f1
commit
0eb6f1f183
1 changed files with 2 additions and 2 deletions
|
@ -53,13 +53,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table style="width:100%;">
|
||||
<table style="width:100%; min-height: 352px; display: block;">
|
||||
<tr style="width:100%;">
|
||||
<td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;">
|
||||
<div id="tabs" class="tabsContainer"></div>
|
||||
</td>
|
||||
<td style="width:100%; vertical-align: top; border:0px;">
|
||||
<div id="properties-pages" >
|
||||
<div id="properties-pages" style="min-height: 352px; display: block;">
|
||||
<!-- each property is added at runtime in entityProperties -->
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue