No action when clicking on top buttons in single inventory [SCI-8290]

This commit is contained in:
Giga Chubinidze 2023-04-12 12:18:38 +04:00
parent 58c84634a6
commit e899c59535
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
:root {
--repository-sidebar-margin: 363px;
--repository-content-pane-margin: 108px;
}
.repository-show {
@ -14,7 +15,7 @@
margin: 0;
padding: 0 2em;
position: absolute;
top: var(--navbar-height);
top: var(--repository-content-pane-margin);
transition: .4s $timing-function-sharp;
width: calc(100vw - var(--repository-sidebar-margin));

View file

@ -12,7 +12,7 @@
left: var(--repository-sidebar-margin);
padding: 1em 2em 0;
position: fixed;
top: calc(4em + var(--navbar-height));
top: calc(4em + var(--repository-content-pane-margin));
transition: .4s $timing-function-sharp;
width: calc(100% - var(--repository-sidebar-margin));
z-index: 99;