Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions static/sass/mq.css
Original file line number Diff line number Diff line change
Expand Up @@ -2528,3 +2528,11 @@ html[xmlns] .slides { display: block; }

@viewport {
width: device-width; }


.element-4 ul,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We support multiple devices so this should be moved into one of the applicable media blocks like

@media (min-width: px2em( ... )) {

}

.element-2 ul{
height:288px;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use px as unit. Please use the px2em helper.

Also, is there a way to fix this without set <ul>'s height to a fixed value?

overflow:hidden;
overflow-y:scroll;
}