Edoruin commited on
Commit
5138487
·
1 Parent(s): 37761e3

background borrowed when hamburguer menu is open

Browse files
Files changed (1) hide show
  1. 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(4px);
 
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;