summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-12-02 22:53:27 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-12-02 22:53:27 +0000
commitc1b29ce3c77b54943a01a22ea5bde7f10d364acc (patch)
tree3b0ef3b25cf982997b6e8998b4690df034a89056 /resources/css
parentf4be870d018c8c8857ad9d64520ed0663ef40365 (diff)
downloadwebtrees-c1b29ce3c77b54943a01a22ea5bde7f10d364acc.tar.gz
webtrees-c1b29ce3c77b54943a01a22ea5bde7f10d364acc.tar.bz2
webtrees-c1b29ce3c77b54943a01a22ea5bde7f10d364acc.zip
Fix: #2813 - Safari doesn't like bootstrap cards. See also #2291
Diffstat (limited to 'resources/css')
-rw-r--r--resources/css/_base.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/css/_base.css b/resources/css/_base.css
index b8efdd7d59..3101c4b304 100644
--- a/resources/css/_base.css
+++ b/resources/css/_base.css
@@ -50,10 +50,14 @@
}
/*
+ * https://github.com/fisharebest/webtrees/issues/2291
* Chrome 72 has problems with all cards in the control panel.
* Chrome 73 has problems with the family-tree card in the control panel.
+ * Chrome 76 seems OK.
+ * https://github.com/fisharebest/webtrees/issues/2813
+ * Safari 13 has the same issue.
*/
-.wt-route-admin-control-panel .card {
+.wt-control-panel .card {
display: block;
}