Skip to content

Commit e0b4132

Browse files
committed
fix(model-server): fix obstructed buttons in content explorer
1 parent 30fbc10 commit e0b4132

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

model-server/src/main/resources/public/content-explorer.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
background-color: #c9c9c9;
4747
}
4848
#treeWrapper {
49-
position: absolute;
50-
left: 0px;
51-
top: 210px;
49+
align-self: flex-start;
5250
}
5351
#nodeInspector {
5452
position: fixed;

0 commit comments

Comments
 (0)