Skip to content

Commit 6e825a5

Browse files
000-772: navi try 2
1 parent 5d8546b commit 6e825a5

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
{% endfor %}
4141
{% endif %}
4242
</div>
43+
4344
<div class="navbar-end">
4445
<a href=""><img src="../../../../flag.png" /></a>
4546
<a class="navbar-item" href="#">

_sass/_main.scss

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,20 @@ $hero-darken: $dark !default;
2222
.navbar-dropdown {
2323
position: relative;
2424

25-
.navbar-dropdown {
26-
position: absolute;
27-
top: 0;
28-
left: 100%;
29-
margin-left: 0.5rem;
25+
.has-dropdown {
26+
position: relative;
27+
28+
&:hover .navbar-dropdown {
29+
display: block;
30+
}
31+
32+
.navbar-dropdown {
33+
display: none;
34+
position: absolute;
35+
left: 100%; /* Aligns to the right of the parent dropdown */
36+
top: 0;
37+
z-index: 10; /* Ensures the submenu appears above other content */
38+
}
3039
}
3140
}
41+

articles/en/spo/addusersnoemail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ To invite a user to your SharePoint Online site without sending an email, first,
1919

2020
Enter the user’s name or email address.
2121

22-
<img src="/articles/img/inviteusersnoemail2.png" width="400" alt="screenshot of sharing SharePoint site"><br/>
22+
<img src="/articles/img/inviteusersnoemail2.png" width="300" alt="screenshot of sharing SharePoint site"><br/>
2323

2424

2525
Select their desired permission level (e.g., Read, Edit). Uncheck or disable the Notify by Email option.
2626

27-
<img src="/articles/img/inviteusersnoemail3.png" width="400" alt="screenshot of sharing SharePoint site"><br/>
27+
<img src="/articles/img/inviteusersnoemail3.png" width="300" alt="screenshot of sharing SharePoint site"><br/>
2828

2929

3030
Once done, click Share, and the user will be granted access without receiving an email notification.
@@ -42,7 +42,7 @@ Usually libraries have the same permissions as the site collection (they inherit
4242
* Navigate to library settings. Click on the gear icon in the top right corner and then select Library Settings:
4343

4444

45-
<img src="/articles/img/inviteusersnoemail5.png" width="400" alt="screenshot of SharePoint site"><br/>
45+
<img src="/articles/img/inviteusersnoemail5.png" width="300" alt="screenshot of SharePoint site"><br/>
4646

4747

4848
* Select **Permissions for this document library**

0 commit comments

Comments
 (0)