mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 20:54:00 -06:00
Merge pull request #3317 from awesomerobot/master
adding position: relative; to #main on mobile
This commit is contained in:
commit
87ef1d0de1
@ -18,6 +18,8 @@ body {
|
||||
}
|
||||
}
|
||||
#main {
|
||||
position: relative;
|
||||
|
||||
img.avatar {
|
||||
&.header {
|
||||
width: 45px;
|
||||
|
Loading…
Reference in New Issue
Block a user