projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
098d1fc
)
Revert e04cab86 and add explicit small screen rules for overlay sidebar
author
Tom Hughes
<tom@compton.nu>
Tue, 28 Jul 2015 18:17:02 +0000
(19:17 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 28 Jul 2015 18:17:02 +0000
(19:17 +0100)
app/assets/stylesheets/small.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/small.scss
b/app/assets/stylesheets/small.scss
index 6b4258ab6904599a73a5f1df94ffa671619de188..c05c73c9d8b92825ae50fb6d59d7d5babdc8bbf3 100644
(file)
--- a/
app/assets/stylesheets/small.scss
+++ b/
app/assets/stylesheets/small.scss
@@
-103,11
+103,15
@@
body.small {
position: relative;
overflow-x: hidden;
width: 100%;
+ height: 50%;
}
.overlay-sidebar {
#sidebar {
+ position: absolute;
width: 300px;
+ height: auto;
+ overflow: hidden;
}
#map {