summaryrefslogtreecommitdiff
path: root/book/src/main/resources
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-10-28 08:03:22 -0700
committerLi Haoyi <haoyi@dropbox.com>2014-10-28 08:03:22 -0700
commit43ac26ba9800a8fd15a94e59c8ba262691949226 (patch)
tree79717a1fb0b463716780f359ca2cf8be0c952948 /book/src/main/resources
parent899ab6b865e4381b6f5b9b31bc662ea51604a7a5 (diff)
downloadhands-on-scala-js-43ac26ba9800a8fd15a94e59c8ba262691949226.tar.gz
hands-on-scala-js-43ac26ba9800a8fd15a94e59c8ba262691949226.tar.bz2
hands-on-scala-js-43ac26ba9800a8fd15a94e59c8ba262691949226.zip
futzing with CSS
Diffstat (limited to 'book/src/main/resources')
-rwxr-xr-xbook/src/main/resources/css/layouts/side-menu.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/book/src/main/resources/css/layouts/side-menu.css b/book/src/main/resources/css/layouts/side-menu.css
index 08c2443..d6e4ff1 100755
--- a/book/src/main/resources/css/layouts/side-menu.css
+++ b/book/src/main/resources/css/layouts/side-menu.css
@@ -4,8 +4,9 @@ body {
#main{
position: fixed;
-
+ max-width: 100%;
right: 0px;
+ left: 0px;
height: 100%;
overflow-y: scroll
}
@@ -218,7 +219,7 @@ small screens.
/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
-@media (min-width: 48em) {
+@media (min-width: 72em) {
.header,
.content {