Pārlūkot izejas kodu

change overflow

Petra Lamborn 4 gadus atpakaļ
vecāks
revīzija
16490a0ac8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      MedicalCentres/app.R

+ 1
- 1
MedicalCentres/app.R Parādīt failu

@@ -13,7 +13,7 @@ DHBs <- c(DHBs[DHBs != "Missing"], "Missing")
13 13
 ui <- fluidPage(title = "New Zealand GP Practice Locations 2017",
14 14
         sidebarLayout(position = "right",
15 15
           sidebarPanel(width = 4,
16
-            style = "overflow-y: scroll; height: 100vh; margin: 0;",
16
+            style = "overflow-y: auto; height: 100vh; margin: 0;",
17 17
             strong("Not Implemented"), hr(),
18 18
             searchInput("mapsearch",
19 19
                         placeholder = "Search GP practices by name",