Skip to content

Commit e2a5799

Browse files
committed
fix nav bar alignment
1 parent 10d3a01 commit e2a5799

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

donut/modules/gpt_sam/templates/gpt_sam.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,14 @@
2121
height: 100%;
2222
}
2323

24-
.container.theme-showcase,
25-
.container {
26-
width: 100% !important;
27-
max-width: none !important;
28-
padding: 0 !important;
29-
margin: 0 !important;
30-
}
31-
3224
#gpt-sam-root {
3325
background: #fff;
3426
position: fixed;
3527
top: 51px; /* Height of navbar */
3628
left: 0;
3729
right: 0;
3830
bottom: 0;
39-
height: auto !important;
31+
z-index: 100;
4032
}
4133

4234
.loading-state {

0 commit comments

Comments
 (0)