mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
SOLR-13907: Cloud view tree - fixed placement
This commit is contained in:
parent
58d5680a90
commit
4a3c15f118
@ -70,6 +70,8 @@ Improvements
|
||||
* SOLR-13898: Use the new SolrCache.computeIfAbsent instead of non-atomic get / put in order to
|
||||
improve cache hit ratios. (ab, Ben Manes)
|
||||
|
||||
* SOLR-13907: In the Cloud/tree section of the Admin UI, fix metadata panel and force an horizontal scrollbar for the tree
|
||||
(Richard Goodman via Tomás Fernández Löbbe)
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
|
@ -147,6 +147,8 @@ limitations under the License.
|
||||
{
|
||||
float: left;
|
||||
width: 30%;
|
||||
overflow-x: overlay;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
#content #cloud .show #tree
|
||||
@ -156,10 +158,10 @@ limitations under the License.
|
||||
|
||||
#content #cloud #file-content
|
||||
{
|
||||
float: right;
|
||||
position: relative;
|
||||
width: 68%;
|
||||
min-height: 100px
|
||||
position: fixed;
|
||||
width: 55%;
|
||||
min-height: 100px;
|
||||
right: 5%;
|
||||
}
|
||||
|
||||
#content #cloud .show #file-content
|
||||
@ -647,6 +649,7 @@ limitations under the License.
|
||||
::-webkit-scrollbar {
|
||||
-webkit-appearance: none;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user