diff --git a/dist/ratchet.css b/dist/ratchet.css
index a70bec0..b38f510 100644
--- a/dist/ratchet.css
+++ b/dist/ratchet.css
@@ -475,12 +475,13 @@ strong {
.popover .table-view {
width: auto;
- max-height: 250px;
+ max-height: 300px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
overflow: auto;
background-color: #fff;
+ border-radius: 12px;
-webkit-overflow-scrolling: touch;
}
@@ -933,11 +934,6 @@ input[type="button"] {
transform: translate3d(0, 0, 0);
}
-.popover-content {
- overflow: hidden;
- border-radius: 12px;
-}
-
.backdrop {
position: fixed;
top: 0;
diff --git a/docs/index.html b/docs/index.html
index dd5a901..c8c9de5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -959,18 +959,16 @@ document
Right
-
diff --git a/examples/components/default/index.html b/examples/components/default/index.html
index 6306e9e..4717d6f 100644
--- a/examples/components/default/index.html
+++ b/examples/components/default/index.html
@@ -45,21 +45,19 @@
Filter
-
-
- - Item1
- - Item2
- - Item3
- - With counts
- - Item1
Item1.2
Item1.3
Item1.4 1
- - Item2 1
- - Item3 1
- - With chevrons
- - Item1
Item1.2
Item1.3
Item1.4
- - Item2
- - Item3
-
-
+
+ - Item1
+ - Item2
+ - Item3
+ - With counts
+ - Item1
Item1.2
Item1.3
Item1.4 1
+ - Item2 1
+ - Item3 1
+ - With chevrons
+ - Item1
Item1.2
Item1.3
Item1.4
+ - Item2
+ - Item3
+
diff --git a/lib/sass/popovers.scss b/lib/sass/popovers.scss
index 7fc64b7..54c408a 100644
--- a/lib/sass/popovers.scss
+++ b/lib/sass/popovers.scss
@@ -43,11 +43,6 @@
}
}
-.popover-content {
- overflow: hidden;
- border-radius: 12px;
-}
-
// Backdrop (used as invisible touch escape)
// --------------------------------------------------
diff --git a/lib/sass/table-views.scss b/lib/sass/table-views.scss
index 026c359..9c3334a 100644
--- a/lib/sass/table-views.scss
+++ b/lib/sass/table-views.scss
@@ -124,11 +124,12 @@
.popover .table-view {
width: auto;
- max-height: 250px;
+ max-height: 300px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
overflow: auto;
background-color: #fff;
+ border-radius: 12px;
-webkit-overflow-scrolling: touch;
}
\ No newline at end of file