Skip to content

Commit f8a5b74

Browse files
committed
fix: update class overflow:overlay to overflow:auto
1 parent 5bbf9b6 commit f8a5b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<body>
5252
<div id="modal-viewport" class="hidden"></div>
5353
<div content_id="content" class="nav display:flex align-items:center background:whitesmoke">
54-
<ul class="overflow:overlay display:inline-flex direction:rtl font-size:20px align-items:center list-style-type:none width:100%">
54+
<ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items:center list-style-type:none width:100%">
5555
<li cLass="margin-right:15px">
5656
<a class="btn-modal-close"><i class="fas fa-times"></i></a>
5757
</li>

0 commit comments

Comments
 (0)