Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 98f6a82

Browse files
matskoIgorMinar
authored andcommitted
chore(docs): ensure the "Improve this doc" button is clickable
Closes #6631
1 parent a43c6e1 commit 98f6a82

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/app/assets/css/docs.css

+9-6
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,6 @@ h4 {
501501
padding-top:20px;
502502
}
503503

504-
.improve-docs {
505-
float:right;
506-
}
507-
508504
.btn {
509505
color:#428bca;
510506
position: relative;
@@ -538,10 +534,17 @@ h4 {
538534
background:white!important;
539535
}
540536

537+
.view-source, .improve-docs {
538+
position:relative;
539+
z-index:100;
540+
}
541+
541542
.view-source {
542543
margin-right:10px;
543-
padding-right:10px;
544-
border-right:1px solid #999;
544+
}
545+
546+
.improve-docs {
547+
float:right;
545548
}
546549

547550
.return-arguments,

0 commit comments

Comments
 (0)