diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 06:00:40 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 06:00:40 +0100 |
commit | bf087e092cc60defb307f4625333c97327283cc3 (patch) | |
tree | 9858c7c60a2bfc5aa96bc4e4d7e1380643a33184 /app/assets/stylesheets/application/_map.scss | |
parent | 2e08ce8b691209238a55b821a4d13c96c545d24d (diff) | |
download | incommon-map-bf087e092cc60defb307f4625333c97327283cc3.tar.gz |
Move map to top
Diffstat (limited to 'app/assets/stylesheets/application/_map.scss')
-rw-r--r-- | app/assets/stylesheets/application/_map.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application/_map.scss b/app/assets/stylesheets/application/_map.scss index e474843..ba86dd4 100644 --- a/app/assets/stylesheets/application/_map.scss +++ b/app/assets/stylesheets/application/_map.scss @@ -12,7 +12,7 @@ position: fixed; height: 100%; width: 100%; - top: 4rem; + top: 0; left: 0; right: 0; bottom: 0; |