fix: Solves issue with magnification toolbar being hidden behind the devices tabs

This commit is contained in:
Sebastian Rodriguez 2020-07-16 18:37:37 -03:00
parent 9a7e6dda87
commit 1d4a2a5ccb
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ a:hover {
.react-tabs {
position: sticky;
left: 0;
top: 0;
top: 5px;
margin-bottom: 10px;
z-index: 4;
background-color: #1e1e1e;

View file

@ -3,7 +3,7 @@
padding: 20px 0 5px;
background: #252526;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
z-index: 2;
z-index: 5;
}
.darkToast {