Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 5cf9d92

Browse files
committed
the MQ menu now lines up properly
1 parent e50f6a0 commit 5cf9d92

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

public/styleguide/css/styleguide.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@
210210
position: absolute;
211211
left: auto;
212212
right: 0; }
213+
.sg-acc-panel.sg-left {
214+
position: absolute;
215+
left: auto; }
213216

214217
/* Controls (sizing, view mode) */
215218
.sg-controls {

public/styleguide/css/styleguide.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ $animate-quick: 0.2s;
306306
left: auto;
307307
right: 0;
308308
}
309+
310+
&.sg-left {
311+
position: absolute;
312+
left: auto;
313+
}
309314
}
310315

311316
/* Controls (sizing, view mode) */

0 commit comments

Comments
 (0)