We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d3a01 commit e2a5799Copy full SHA for e2a5799
1 file changed
donut/modules/gpt_sam/templates/gpt_sam.html
@@ -21,22 +21,14 @@
21
height: 100%;
22
}
23
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
-
32
#gpt-sam-root {
33
background: #fff;
34
position: fixed;
35
top: 51px; /* Height of navbar */
36
left: 0;
37
right: 0;
38
bottom: 0;
39
- height: auto !important;
+ z-index: 100;
40
41
42
.loading-state {
0 commit comments