Merge pull request #329 from budziq/ios_playpen_buttons
Fix for playpen buttons missing on mobile safari and chrome IOS
This commit is contained in:
commit
9e9a08806d
|
@ -408,6 +408,7 @@ table thead td {
|
||||||
}
|
}
|
||||||
.light pre > .buttons {
|
.light pre > .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
color: #364149;
|
color: #364149;
|
||||||
|
@ -527,6 +528,7 @@ table thead td {
|
||||||
}
|
}
|
||||||
.coal pre > .buttons {
|
.coal pre > .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
color: #a1adb8;
|
color: #a1adb8;
|
||||||
|
@ -646,6 +648,7 @@ table thead td {
|
||||||
}
|
}
|
||||||
.navy pre > .buttons {
|
.navy pre > .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
color: #c8c9db;
|
color: #c8c9db;
|
||||||
|
@ -765,6 +768,7 @@ table thead td {
|
||||||
}
|
}
|
||||||
.rust pre > .buttons {
|
.rust pre > .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
color: #c8c9db;
|
color: #c8c9db;
|
||||||
|
@ -884,6 +888,7 @@ table thead td {
|
||||||
}
|
}
|
||||||
.ayu pre > .buttons {
|
.ayu pre > .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
color: #c8c9db;
|
color: #c8c9db;
|
||||||
|
|
|
@ -117,6 +117,7 @@
|
||||||
|
|
||||||
& > .buttons {
|
& > .buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 100;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue