background borrowed when hamburguer menu is open
Browse files- app/static/css/style.css +2 -1
app/static/css/style.css
CHANGED
|
@@ -108,7 +108,8 @@ h3 {
|
|
| 108 |
width: 100%;
|
| 109 |
height: 100%;
|
| 110 |
background: rgba(0, 0, 0, 0.6);
|
| 111 |
-
backdrop-filter: blur(
|
|
|
|
| 112 |
z-index: 1000;
|
| 113 |
opacity: 0;
|
| 114 |
visibility: hidden;
|
|
|
|
| 108 |
width: 100%;
|
| 109 |
height: 100%;
|
| 110 |
background: rgba(0, 0, 0, 0.6);
|
| 111 |
+
backdrop-filter: blur(12px);
|
| 112 |
+
-webkit-backdrop-filter: blur(12px);
|
| 113 |
z-index: 1000;
|
| 114 |
opacity: 0;
|
| 115 |
visibility: hidden;
|