Skip to content

Commit

Permalink
docs: fix ribbon prevents clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 3, 2024
1 parent 5a8b4ca commit 2dc3e4b
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docs/css/signature-pad.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ body {
#forkongithub {
position: fixed;
display: block;
top: 0;
right: 0;
width: 200px;
overflow: hidden;
height: 200px;
top: 35px;
right: -95px;
z-index: 9999;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}

#forkongithub a {
Expand All @@ -147,16 +149,8 @@ body {
padding: 5px 40px;
font-size: 14px;
line-height: 2rem;
position: relative;
transition: 0.5s;
width: 300px;
top: 35px;
right: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}

Expand Down

0 comments on commit 2dc3e4b

Please sign in to comment.