fixed edge & chrome overflow on grid content
This commit is contained in:
parent
706ff667e7
commit
c0376bfe13
@ -213,6 +213,7 @@ button {
|
||||
border-radius: 4px;
|
||||
padding: 3px 9px;
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.list-nav li:not(.active) span:hover {
|
||||
@ -229,6 +230,7 @@ button {
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.domino-item {
|
||||
|
@ -1,12 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="./resize-lightbox-poc.css" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="fake">
|
||||
<img src="./fake-home.jpg" />
|
||||
</div>
|
||||
@ -50,7 +52,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li><span>Documents partagés</span></li>
|
||||
<li><span>Documents des applications</span></li>
|
||||
<li><span>Documents des applis</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="doc-file-dominos" class="domino-container scrollable">
|
||||
@ -187,26 +189,6 @@
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h4>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h4>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h4>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h4>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h4>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h4>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lb-footer">
|
||||
@ -215,5 +197,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user