aboutsummaryrefslogtreecommitdiff
path: root/web/public/stylesheets/style.css
diff options
context:
space:
mode:
authorSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-03-08 20:59:58 +0000
committerSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-03-08 20:59:58 +0000
commit66900f8cb8b7edec0ad2c5f4a4ebd21b70a3e86a (patch)
tree43a5b6ae0409588f477f562f7ebaa2d264227dd0 /web/public/stylesheets/style.css
parent6693b77761373a269c6d797ecb6a8eedec946e9a (diff)
Changed code so that the popup doesn't show up when the marker is clicked.feat/22
Diffstat (limited to 'web/public/stylesheets/style.css')
-rw-r--r--web/public/stylesheets/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css
index 85d3f10..d8618cd 100644
--- a/web/public/stylesheets/style.css
+++ b/web/public/stylesheets/style.css
@@ -23,8 +23,7 @@ a {
width: 350px;
height: 275px;
max-height: 275px;
-/* overflow: auto;
-*/ position: relative;
+ position: relative;
float: left;
background-color: lightgrey;
border-radius: 10px;