Skip to content

Commit e90a3c4

Browse files
committed
fix: improve overall overflow
1 parent e803d9e commit e90a3c4

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

R/tm_a_pca.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,6 @@ srv_a_pca <- function(id, data, reporter, filter_panel_api, dat, plot_height, pl
11181118

11191119
validation()
11201120
tags$div(
1121-
class = "overflow-scroll",
11221121
uiOutput(session$ns("tbl_importance_ui")),
11231122
uiOutput(session$ns("tbl_eigenvector_ui")),
11241123
teal.widgets::plot_with_settings_ui(id = session$ns("pca_plot"))

inst/css/custom.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
display: block;
5050
}
5151

52-
.overflow-scroll {
53-
overflow: scroll;
54-
}
55-
5652
.w-10 {
5753
width: 10%;
5854
}
@@ -82,6 +78,6 @@
8278
}
8379

8480
.embed_pdf {
85-
height:600px;
86-
width:100%
81+
height: 600px;
82+
width: 100%;
8783
}

0 commit comments

Comments
 (0)