Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
20bacd78
Commit
20bacd78
authored
Nov 08, 2018
by
Ryan Herbert
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vidjil.less list add max-height properties
For compatibility with firefox 45 (the scrollbar was not working)
parent
ab8209a6
Pipeline
#48615
failed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
browser/css/vidjil.less
browser/css/vidjil.less
+2
-0
No files found.
browser/css/vidjil.less
View file @
20bacd78
...
...
@@ -523,6 +523,7 @@ line {
#list{
flex: 1 1 auto;
height: 0px; // set scrollbar flex will override height
max-height: 100%;
}
#data{
...
...
@@ -535,6 +536,7 @@ line {
overflow-y : scroll;
overflow-x : hidden;
height : calc(~"100% - 30px"); /*100% - list_menu height */
max-height: 100%;
width: 100%;
padding:2px;
}
...
...
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