We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394023f commit 5891e4bCopy full SHA for 5891e4b
src/theme/book.css
@@ -253,6 +253,7 @@ table thead td {
253
.theme-popup {
254
position: relative;
255
left: 10px;
256
+ z-index: 1000;
257
-webkit-border-radius: 4px;
258
border-radius: 4px;
259
font-size: 0.7em;
src/theme/stylus/theme-popup.styl
@@ -2,6 +2,8 @@
2
position: relative
3
left: 10px
4
5
6
+
7
border-radius: 4px
8
font-size: 0.7em
9
0 commit comments