Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f92abb9b
authored
Mar 19, 2015
by
Oláh István Gergely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: fix scroll-on-footer problem
parent
11aa7239
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
circle/dashboard/static/dashboard/dashboard.less
+10
-5
No files found.
circle/dashboard/static/dashboard/dashboard.less
View file @
f92abb9b
...
@@ -1321,7 +1321,13 @@ textarea[name="new_members"] {
...
@@ -1321,7 +1321,13 @@ textarea[name="new_members"] {
#wrapper {
#wrapper {
position: fixed;
padding-left: 0px;
padding-left: 0px;
background: #252525;
left: 0px;
top: 46px;
height: 100%;
width: 210px;
transition: all .4s ease 0s;
transition: all .4s ease 0s;
/* Firefox */
/* Firefox */
height: -moz-calc(100% - 130px);
height: -moz-calc(100% - 130px);
...
@@ -1336,11 +1342,10 @@ height: calc(100% - 130px);
...
@@ -1336,11 +1342,10 @@ height: calc(100% - 130px);
#sidebar-wrapper {
#sidebar-wrapper {
margin-left: 0px;
margin-left: 0px;
left: 0px;
left: 0px;
top: 46px;
top: inherit;
width: 210px;
bottom: 30px;
background: #222;
width: inherit;
position: fixed;
position: inherit;
height: 100%;
z-index: 10000;
z-index: 10000;
transition: all .4s ease 0s;
transition: all .4s ease 0s;
overflow: auto;
overflow: auto;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment