Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-22 09:08:37 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
49621e7b1575eba9796d7a73392724ed679d0702
49621e7b
1 parent
1ab6f017
Fixed flexbox overflow scrolling issues in firefox
Fixes #111
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
resources/assets/sass/_grid.scss
resources/assets/sass/_pages.scss
resources/assets/sass/_grid.scss
View file @
49621e7
...
...
@@ -11,13 +11,16 @@ body.flexbox {
#content
{
flex
:
1
;
display
:
flex
;
min-height
:
0px
;
}
}
.flex-fill
{
display
:
flex
;
align-items
:
stretch
;
min-height
:
0px
;
.flex
,
&
.flex
{
min-height
:
0px
;
flex
:
1
;
}
}
...
...
resources/assets/sass/_pages.scss
View file @
49621e7
...
...
@@ -49,7 +49,7 @@
height
:auto
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
clear
:
both
;
clear
:
left
;
}
hr
{
clear
:
both
;
...
...
@@ -72,7 +72,7 @@
.pointer
{
border
:
1px
solid
#CCC
;
display
:
inline-block
;
padding
:
$-
x
s
$-s
;
padding
:
$-s
$-s
;
border-radius
:
4px
;
box-shadow
:
0
0
8px
1px
rgba
(
212
,
209
,
209
,
0
.35
);
position
:
absolute
;
...
...
@@ -135,6 +135,7 @@
display
:
flex
;
transition
:
width
ease-in-out
180ms
;
margin-top
:
-1px
;
min-height
:
0px
;
&
.open
{
width
:
480px
;
}
...
...
@@ -182,6 +183,8 @@
display
:
flex
;
flex
:
1
;
flex-direction
:
column
;
min-height
:
0px
;
overflow-y
:
scroll
;
}
div
[
tab-content
]
.padded
{
flex
:
1
;
...
...
@@ -240,6 +243,8 @@
min-width
:
180px
;
max-width
:
320px
;
opacity
:
0
.7
;
z-index
:
5
;
position
:
relative
;
table
{
width
:
100%
;
margin
:
0
;
...
...
Please
register
or
sign in
to post a comment