"modal"
Bootstrap 4.0.0 Snippet by FuriosoJack

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://semantic-ui.com/dist/semantic.min.css">
<style>
.modal .modal-body {
max-height: calc(70vh);
overflow: auto;
}
</style>
<div id="myModal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body" data-spy="scroll" data-target=".menu" data-offset="50" >
<div class="ui grid">
<div class="four wide column">
<div class="ui secondary vertical pointing menu" style="position: fixed;">
<a href="#seccion2" class="item">
Home
</a>
<a class="item">
Messages
</a>
<a class="item active">
Friends
</a>
</div>
</div>
<div class="twelve wide stretched column">
<div class="ui segment">
<p id="seccion1">
MEGA
Offers 50 GB of free storage space. Uploaded files are encrypted and only the user holds the decryption keys.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
.modal .modal-body {
max-height: calc(70vh);
overflow: auto;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: