Skip to content

Commit

Permalink
More tweaks. Merge changed something.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Sep 1, 2023
1 parent 8181acd commit ef6daa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/v2/triptych/simulation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,20 @@
overflow-x: auto;
padding-bottom: 20px;

.three-flex-panes {
.simulation__full-page {
height: 344px;
width: 580.5px;
z-index: 999;
position: relative;
overflow: hidden;
display: flex;

.left-pane,
.middle-pane,
.right-pane {
position: relative;
overflow: hidden;
left: unset;
height: 100%;
width: 33.33%;

Expand Down

0 comments on commit ef6daa0

Please sign in to comment.