diff options
Diffstat (limited to 'app/css')
| -rw-r--r-- | app/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/css/style.css b/app/css/style.css index a77cec5..9853773 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -12,6 +12,11 @@ body { max-height: 100vh; } +.drag_region { + height: 40px; + -webkit-app-region: drag +} + .search_box { position: absolute; top: 40%; |
