We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd71c49 commit 2ad53efCopy full SHA for 2ad53ef
src/BootstrapBlazor/Components/TreeView/TreeView.razor.scss
@@ -16,23 +16,21 @@
16
--bb-tree-item-bg-radius: var(--bs-border-radius);
17
position: relative;
18
height: 100%;
19
+ display: flex;
20
+ flex-direction: column;
21
22
.tree-search {
- padding: var(--bb-tree-padding);
23
padding-bottom: .5rem;
24
background-color: var(--bs-body-bg);
25
}
26
- &.is-fixed-search .tree-search {
27
- position: sticky;
28
- top: 0;
29
- z-index: 5;
30
- }
31
-
32
.tree-root {
33
padding: var(--bb-tree-padding);
34
margin: var(--bb-tree-margin);
35
+ flex: 1;
+ min-height: 0;
+ height: 1%;
36
37
38
.tree-content {
0 commit comments