mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
general: fixes
This commit is contained in:
23
website/styles/simulation.css
Normal file
23
website/styles/simulation.css
Normal file
@@ -0,0 +1,23 @@
|
||||
#simulation {
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
> div {
|
||||
flex: 1;
|
||||
/* min-height: 0; */
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 32rem;
|
||||
gap: 1rem;
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user