mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-14 16:37:27 +00:00
fix: Solves issue with magnification toolbar being hidden behind the devices tabs
This commit is contained in:
parent
9a7e6dda87
commit
1d4a2a5ccb
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue