renad-108 commited on
Commit
5d81e2e
·
verified ·
1 Parent(s): d6a33be

Update src/style.css

Browse files
Files changed (1) hide show
  1. src/style.css +7 -1
src/style.css CHANGED
@@ -11,10 +11,11 @@ html, body {
11
 
12
  /* === Floating Animated Circles === */
13
  .background {
14
- position: absolute;
15
  inset: 0;
16
  overflow: hidden;
17
  z-index: 0;
 
18
  }
19
 
20
  .circle {
@@ -82,3 +83,8 @@ html, body {
82
  background-color: #36ba01;
83
  box-shadow: 0 0 30px rgba(54, 186, 1, 0.5);
84
  }
 
 
 
 
 
 
11
 
12
  /* === Floating Animated Circles === */
13
  .background {
14
+ position: fixed;
15
  inset: 0;
16
  overflow: hidden;
17
  z-index: 0;
18
+
19
  }
20
 
21
  .circle {
 
83
  background-color: #36ba01;
84
  box-shadow: 0 0 30px rgba(54, 186, 1, 0.5);
85
  }
86
+ main.stApp {
87
+ background: transparent !important;
88
+ position: relative;
89
+ z-index: 1;
90
+ }