mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
fix: mathcing bank transaction styling
This commit is contained in:
@@ -1,14 +1,22 @@
|
||||
:root {
|
||||
--aside-topbar-offset: 60px;
|
||||
}
|
||||
|
||||
.main{
|
||||
flex: 1 0;
|
||||
height: inherit;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.aside{
|
||||
width: 500px;
|
||||
height: 100dvh;
|
||||
border-left: 1px solid rgba(17, 20, 24, 0.15);
|
||||
height: inherit;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.root {
|
||||
display: flex;
|
||||
height: calc(100dvh - var(--aside-topbar-offset));
|
||||
}
|
||||
Reference in New Issue
Block a user